aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-10 00:09:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-10 00:09:37 +0000
commit690a362571440700bda062724ebfc59e07732bb2 (patch)
treef8747dc463127f0544e1443fced0a2b800a2b355 /secure/lib/libcrypto
parent5340642a2e3c32fa292b79e3461e41fa4ae20fee (diff)
downloadsrc-690a362571440700bda062724ebfc59e07732bb2.tar.gz
src-690a362571440700bda062724ebfc59e07732bb2.zip
Nuke RSAREF support from orbit.
It's the only way to be sure.
Notes
Notes: svn path=/head/; revision=65653
Diffstat (limited to 'secure/lib/libcrypto')
-rw-r--r--secure/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 226a504c0732..a0cbd78b2d72 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -150,8 +150,8 @@ SRCS+= rmd_dgst.c rmd_one.c
# rsa
.if defined(WITH_RSA) && ${WITH_RSA} == YES
-SRCS+= rsa_chk.c rsa_err.c rsa_gen.c rsa_lib.c rsa_none.c rsa_null.c \
- rsa_oaep.c rsa_pk1.c rsa_saos.c rsa_sign.c rsa_ssl.c rsa_stubs.c
+SRCS+= rsa_chk.c rsa_eay.c rsa_err.c rsa_gen.c rsa_lib.c rsa_none.c \
+ rsa_null.c rsa_oaep.c rsa_pk1.c rsa_saos.c rsa_sign.c rsa_ssl.c
.endif
# sha