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

This commit is contained in:
Daniel Pouzzner
2021-11-05 18:30:35 -05:00
parent beebd1411d
commit 11ffb037ba

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>