Merge tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert...
[deliverable/linux.git] / scripts / sign-file.c
index 80b7f7f933d600ef318607f36272d595b294ab6b..d912d5a56a5ebf05f3e1f2fb0f93cfd028907167 100755 (executable)
@@ -41,7 +41,7 @@
  * signing with anything other than SHA1 - so we're stuck with that if such is
  * the case.
  */
-#if (OPENSSL_VERSION_NUMBER < 0x10000000L || LIBRESSL_VERSION_NUMBER)
+#if OPENSSL_VERSION_NUMBER < 0x10000000L || defined(OPENSSL_NO_CMS)
 #define USE_PKCS7
 #endif
 #ifndef USE_PKCS7
This page took 0.050461 seconds and 5 git commands to generate.