patch-Src_crypto_h 479 B

12345678910111213
  1. $OpenBSD: patch-Src_crypto_h,v 1.1 2014/04/14 20:53:58 naddy Exp $
  2. --- Src/crypto.h.orig Sun Nov 9 12:12:08 2003
  3. +++ Src/crypto.h Mon Apr 14 21:31:57 2014
  4. @@ -15,7 +15,7 @@
  5. #ifdef USE_OPENSSL
  6. #include <openssl/opensslv.h>
  7. -#if (OPENSSL_VERSION_NUMBER < 0x0903100)
  8. +#if (OPENSSL_VERSION_NUMBER < 0x0907100)
  9. #error "This version of OpenSSL is not supported. Please get a more current version from http://www.openssl.org"
  10. #endif /* version check */
  11. #include <openssl/des.h>