summaryrefslogtreecommitdiff
path: root/src/lib/libssl/crypto/arch/sparc
diff options
context:
space:
mode:
authordjm <>2009-01-09 12:16:58 +0000
committerdjm <>2009-01-09 12:16:58 +0000
commit34fca89f639c4cf1f54f6c39329b89987dc4ee2b (patch)
tree0d46a28fc47d821f39d825e8db6cc6c2ebf5592c /src/lib/libssl/crypto/arch/sparc
parent23f8d96f0f508b8bef2602049feee9c44228d34c (diff)
downloadopenbsd-34fca89f639c4cf1f54f6c39329b89987dc4ee2b.tar.gz
openbsd-34fca89f639c4cf1f54f6c39329b89987dc4ee2b.tar.bz2
openbsd-34fca89f639c4cf1f54f6c39329b89987dc4ee2b.zip
adjust Makefile and crank major for openssl-0.9.8j
Diffstat (limited to 'src/lib/libssl/crypto/arch/sparc')
-rw-r--r--src/lib/libssl/crypto/arch/sparc/opensslconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libssl/crypto/arch/sparc/opensslconf.h b/src/lib/libssl/crypto/arch/sparc/opensslconf.h
index ef50032293..7682683384 100644
--- a/src/lib/libssl/crypto/arch/sparc/opensslconf.h
+++ b/src/lib/libssl/crypto/arch/sparc/opensslconf.h
@@ -16,6 +16,9 @@
16#ifndef OPENSSL_NO_GMP 16#ifndef OPENSSL_NO_GMP
17# define OPENSSL_NO_GMP 17# define OPENSSL_NO_GMP
18#endif 18#endif
19#ifndef OPENSSL_NO_JPAKE
20# define OPENSSL_NO_JPAKE
21#endif
19#ifndef OPENSSL_NO_KRB5 22#ifndef OPENSSL_NO_KRB5
20# define OPENSSL_NO_KRB5 23# define OPENSSL_NO_KRB5
21#endif 24#endif