summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2025-05-25 06:27:02 +0000
committerjsing <>2025-05-25 06:27:02 +0000
commit769c7e849616a0f0f3423a25a2195cb36fd4885e (patch)
tree3e980eff4547d926dcf98f444a905706946f095b /src/lib/libcrypto/Makefile
parent0ca3f3456da4db28a3c2563781bc3d07b7655d21 (diff)
downloadopenbsd-769c7e849616a0f0f3423a25a2195cb36fd4885e.tar.gz
openbsd-769c7e849616a0f0f3423a25a2195cb36fd4885e.tar.bz2
openbsd-769c7e849616a0f0f3423a25a2195cb36fd4885e.zip
Merge AES-IGE into aes.c.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 40f29b998b..3ad03831f8 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.236 2025/05/25 05:29:54 jsing Exp $ 1# $OpenBSD: Makefile,v 1.237 2025/05/25 06:27:02 jsing Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -67,7 +67,6 @@ SRCS+= crypto_memory.c
67# aes/ 67# aes/
68SRCS+= aes.c 68SRCS+= aes.c
69SRCS+= aes_core.c 69SRCS+= aes_core.c
70SRCS+= aes_ige.c
71 70
72# asn1/ 71# asn1/
73SRCS+= a_bitstr.c 72SRCS+= a_bitstr.c