PERFORCE change 180716 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Jul 10 03:41:41 UTC 2010


http://p4web.freebsd.org/@@180716?ac=10

Change 180716 by gonzo at gonzo_figaro on 2010/07/10 03:40:39

	OpenSSL 0.9.8 bits for AVR32

Affected files ...

.. //depot/projects/avr32/src/secure/lib/libcrypto/opensslconf-avr32.h#2 edit

Differences ...

==== //depot/projects/avr32/src/secure/lib/libcrypto/opensslconf-avr32.h#2 (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