mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-30 01:33:39 +08:00
jni api
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
*/
|
||||
|
||||
#include <openssl/opensslconf.h> /* for OPENSSL_NO_DH */
|
||||
#ifndef OPENSSL_NO_GMSSL
|
||||
#ifndef NO_GMSSL
|
||||
# include <stdio.h>
|
||||
# include <stdlib.h>
|
||||
# include <time.h>
|
||||
@@ -521,7 +521,7 @@ int MAIN(int argc, char **argv)
|
||||
}
|
||||
|
||||
|
||||
#else /* !OPENSSL_NO_GMSSL */
|
||||
#else /* !NO_GMSSL */
|
||||
|
||||
# if PEDANTIC
|
||||
static void *dummy = &dummy;
|
||||
|
||||
Reference in New Issue
Block a user