X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fhexdigit_tab.h;h=3c6bb37a1bbd7fcabe36d25f1f3a1b63690d639b;hb=e9e07569721b9e005d6b602e26a03e930e796577;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..3c6bb37 100644 --- a/test_src/hexdigit_tab.h +++ b/test_src/hexdigit_tab.h @@ -3,7 +3,7 @@ * This file is part of AnonAccess, an access system which can be used * to open door or doing other things with an anonymity featured * account managment. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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_*/