Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2010 03:41:40 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 180716 for review
Message-ID:  <201007100341.o6A3fejW061655@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180716?ac=10

Change 180716 by gonzo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007100341.o6A3fejW061655>