mirror of https://github.com/wolfSSL/wolfssl.git
linuxkm/module_exports.c.template: remove accidentally added MSC clause.
parent
beebd1411d
commit
11ffb037ba
|
@ -140,11 +140,6 @@
|
|||
#include <wolfssl/wolfcrypt/kdf.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
/* 4996 warning to use MS extensions e.g., strcpy_s instead of strncpy */
|
||||
#pragma warning(disable: 4996)
|
||||
#endif
|
||||
|
||||
#ifdef OPENSSL_EXTRA
|
||||
#ifndef WOLFCRYPT_ONLY
|
||||
#include <wolfssl/openssl/evp.h>
|
||||
|
|
Loading…
Reference in New Issue