mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-07-01 02:03:37 +08:00
first step of v2 final release
This commit is contained in:
@@ -50,10 +50,16 @@
|
||||
#ifndef HEADER_GMSAF_H
|
||||
#define HEADER_GMSAF_H
|
||||
|
||||
#include <openssl/opensslconf.h>
|
||||
#ifndef OPENSSL_NO_SAF
|
||||
|
||||
#include <stdio.h>
|
||||
#include <openssl/sgd.h>
|
||||
#include <openssl/saf.h>
|
||||
|
||||
#define SAF_MAX_EC_CIPHERTEXT_LENGTH 136
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -188,3 +194,4 @@ int ERR_load_SAF_strings(void);
|
||||
}
|
||||
# endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user