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

@@ -49,9 +49,10 @@
#ifndef HEADER_BASE58_H
#define HEADER_BASE58_H
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <openssl/opensslconf.h>
#ifndef OPENSSL_NO_BASE58
#include <string.h>
#ifdef __cplusplus
extern "C" {
@@ -77,7 +78,8 @@ int ERR_load_BASE58_strings(void);
/* Reason codes. */
# define BASE58_R_HIGHBIT_SET_ON_INVALID_DIGIT 100
# ifdef __cplusplus
# ifdef __cplusplus
}
# endif
# endif
#endif