Sfoglia il codice sorgente

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

Daniel Pouzzner 2 anni fa
parent
commit
11ffb037ba
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      linuxkm/module_exports.c.template

+ 0 - 5
linuxkm/module_exports.c.template

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