diff options
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r-- | lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 16f787a1e97..e6cbcb88da8 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.117 2023/04/25 20:06:35 tb Exp $ +# $OpenBSD: Makefile,v 1.118 2023/04/25 23:16:31 tb Exp $ LIB= crypto LIBREBUILD=y @@ -415,6 +415,7 @@ SRCS+= e_des3.c SRCS+= e_gost2814789.c SRCS+= e_idea.c SRCS+= e_null.c +SRCS+= e_old.c SRCS+= e_rc2.c SRCS+= e_rc4.c SRCS+= e_rc4_hmac_md5.c |