first step of v2 final release

This commit is contained in:
Zhi Guan
2017-11-05 21:00:36 +08:00
parent 480b9e8d88
commit 27bde477a5
395 changed files with 26341 additions and 31364 deletions

View File

@@ -12,12 +12,9 @@
#include <openssl/err.h>
#include <openssl/base58.h>
#ifndef OPENSSL_NO_BASE58
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR
# define ERR_FUNC(func) ERR_PACK(ERR_LIB_BASE58,func,0)
# define ERR_REASON(reason) ERR_PACK(ERR_LIB_BASE58,0,reason)
@@ -45,5 +42,3 @@ int ERR_load_BASE58_strings(void)
#endif
return 1;
}
#endif