X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fhexdigit_tab.h;h=5aa2e998dca4bd4a41d1b7dfff4c604211740954;hb=2c909fca2a13cd76a526515bda5d0292483d7a55;hp=8b20da57cd436621db3b1cae0b3b667177efae24;hpb=db28d1aea21a78d74a613403bc1c155aa5627c4d;p=avr-crypto-lib.git diff --git a/test_src/hexdigit_tab.h b/test_src/hexdigit_tab.h index 8b20da5..5aa2e99 100644 --- a/test_src/hexdigit_tab.h +++ b/test_src/hexdigit_tab.h @@ -24,5 +24,6 @@ #define HEXDIGIT_TAB_H_ extern char hexdigit_tab_P[]; - +extern char hexdigit_tab_uc_P[]; +extern char hexdigit_tab_lc_P[]; #endif /*HEXDIGIT_TAB_H_*/