mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-30 22:44:06 +08:00
update base58
This commit is contained in:
@@ -53,6 +53,8 @@
|
||||
#include <openssl/gmsdf.h>
|
||||
#include <openssl/gmskf.h>
|
||||
#include <openssl/gmsof.h>
|
||||
#include <openssl/base58.h>
|
||||
|
||||
|
||||
int err_load_crypto_strings_int(void)
|
||||
{
|
||||
@@ -157,6 +159,9 @@ int err_load_crypto_strings_int(void)
|
||||
# ifndef OPENSSL_NO_SOF
|
||||
ERR_load_SOF_strings() == 0 ||
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_BASE58
|
||||
ERR_load_BASE58_strings() == 0 ||
|
||||
# endif
|
||||
#endif
|
||||
ERR_load_KDF_strings() == 0)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user