mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-08 23:13:38 +08:00
Update miracl.h
This commit is contained in:
@@ -32,8 +32,8 @@ the CertiVox MIRACL Crypto SDK with a closed source product. *
|
|||||||
*
|
*
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifndef MIRACL_H
|
#ifndef HEADER_MIRACL_H
|
||||||
#define MIRACL_H
|
#define HEADER_MIRACL_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* main MIRACL header - miracl.h.
|
* main MIRACL header - miracl.h.
|
||||||
@@ -45,6 +45,10 @@ the CertiVox MIRACL Crypto SDK with a closed source product. *
|
|||||||
|
|
||||||
/* Use a smaller buffer if space is limited, don't be so wasteful! */
|
/* Use a smaller buffer if space is limited, don't be so wasteful! */
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C"{
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef MR_STATIC
|
#ifdef MR_STATIC
|
||||||
#define MR_DEFAULT_BUFFER_SIZE 260
|
#define MR_DEFAULT_BUFFER_SIZE 260
|
||||||
#else
|
#else
|
||||||
@@ -1506,6 +1510,10 @@ functions. But it works!
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user