svn commit: r359061 - head/secure/lib/libcrypto

Jung-uk Kim jkim at FreeBSD.org
Wed Mar 18 02:20:04 UTC 2020


Author: jkim
Date: Wed Mar 18 02:20:03 2020
New Revision: 359061
URL: https://svnweb.freebsd.org/changeset/base/359061

Log:
  Reduce diff with the vendor version.  No functional change.

Modified:
  head/secure/lib/libcrypto/opensslconf.h.in

Modified: head/secure/lib/libcrypto/opensslconf.h.in
==============================================================================
--- head/secure/lib/libcrypto/opensslconf.h.in	Wed Mar 18 02:13:12 2020	(r359060)
+++ head/secure/lib/libcrypto/opensslconf.h.in	Wed Mar 18 02:20:03 2020	(r359061)
@@ -34,6 +34,9 @@ extern "C" {
 #ifndef OPENSSL_RAND_SEED_OS
 # define OPENSSL_RAND_SEED_OS
 #endif
+#ifndef OPENSSL_NO_AFALGENG
+# define OPENSSL_NO_AFALGENG
+#endif
 #ifndef OPENSSL_NO_ASAN
 # define OPENSSL_NO_ASAN
 #endif
@@ -84,9 +87,6 @@ extern "C" {
 #endif
 #ifndef OPENSSL_NO_STATIC_ENGINE
 # define OPENSSL_NO_STATIC_ENGINE
-#endif
-#ifndef OPENSSL_NO_AFALGENG
-# define OPENSSL_NO_AFALGENG
 #endif
 
 


More information about the svn-src-head mailing list