linuxkm/module_exports.c.template: remove accidentally added MSC clause.

pull/4545/head
Daniel Pouzzner 2021-11-05 18:30:35 -05:00
parent beebd1411d
commit 11ffb037ba
1 changed files with 0 additions and 5 deletions

View File

@ -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>