PERFORCE change 167528 for review

Bjoern A. Zeeb bz at FreeBSD.org
Thu Aug 20 11:10:21 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=167528

Change 167528 by bz at bz_dumpster on 2009/08/20 11:09:20

	Adjust like SVN r194207 did for other archs.
	
	Found with help from:	simon

Affected files ...

.. //depot/projects/s390/secure/lib/libcrypto/opensslconf-s390.h#4 edit
.. //depot/projects/s390/secure/lib/libcrypto/opensslconf-s390x.h#4 edit

Differences ...

==== //depot/projects/s390/secure/lib/libcrypto/opensslconf-s390.h#4 (text+ko) ====

@@ -9,6 +9,18 @@
 #ifndef OPENSSL_NO_CAMELLIA
 # define OPENSSL_NO_CAMELLIA
 #endif
+/* Disabled by default in OpenSSL 0.9.8. */
+#ifndef OPENSSL_NO_CMS
+# define OPENSSL_NO_CMS
+#endif
+/* Disabled by default in OpenSSL 0.9.8. */
+#ifndef OPENSSL_NO_SEED
+# define OPENSSL_NO_SEED
+#endif
+/* jpake is marked experimental in OpenSSL 0.9.8. */
+#ifndef OPENSSL_NO_JPAKE
+# define OPENSSL_NO_JPAKE
+#endif
 /* libgmp is not in the FreeBSD base system. */
 #ifndef OPENSSL_NO_GMP
 # define OPENSSL_NO_GMP

==== //depot/projects/s390/secure/lib/libcrypto/opensslconf-s390x.h#4 (text+ko) ====

@@ -9,6 +9,18 @@
 #ifndef OPENSSL_NO_CAMELLIA
 # define OPENSSL_NO_CAMELLIA
 #endif
+/* Disabled by default in OpenSSL 0.9.8. */
+#ifndef OPENSSL_NO_CMS
+# define OPENSSL_NO_CMS
+#endif
+/* Disabled by default in OpenSSL 0.9.8. */
+#ifndef OPENSSL_NO_SEED
+# define OPENSSL_NO_SEED
+#endif
+/* jpake is marked experimental in OpenSSL 0.9.8. */
+#ifndef OPENSSL_NO_JPAKE
+# define OPENSSL_NO_JPAKE
+#endif
 /* libgmp is not in the FreeBSD base system. */
 #ifndef OPENSSL_NO_GMP
 # define OPENSSL_NO_GMP


More information about the p4-projects mailing list