[crypto] fix no-base58

This commit is contained in:
zhaoxiaomeng
2017-07-10 16:35:06 +08:00
parent ffbb0eca67
commit 2ebf8ad9f0
4 changed files with 17 additions and 3 deletions

View File

@@ -53,7 +53,9 @@
#include <openssl/gmsdf.h>
#include <openssl/gmskf.h>
#include <openssl/gmsof.h>
#ifndef OPENSSL_NO_BASE58
#include <openssl/base58.h>
#endif
int err_load_crypto_strings_int(void)