diff options
author | jsing <> | 2024-03-29 05:23:50 +0000 |
---|---|---|
committer | jsing <> | 2024-03-29 05:23:50 +0000 |
commit | ffeb7ed7b7345b20db288359536886ab9de867e3 (patch) | |
tree | e69cbc2f8f21a1890978c7a675bb7d0034d7bcc5 /src/lib/libcrypto/Makefile | |
parent | 344f32b4fa5fd0a0efa7e413c911f5c534137032 (diff) | |
download | openbsd-ffeb7ed7b7345b20db288359536886ab9de867e3.tar.gz openbsd-ffeb7ed7b7345b20db288359536886ab9de867e3.tar.bz2 openbsd-ffeb7ed7b7345b20db288359536886ab9de867e3.zip |
Consolidate idea into a single C file.
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index b763757ebf..49322bc5bb 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.187 2024/03/29 02:41:49 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.188 2024/03/29 05:23:50 jsing Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -393,11 +393,7 @@ SRCS+= hm_pmeth.c | |||
393 | SRCS+= hmac.c | 393 | SRCS+= hmac.c |
394 | 394 | ||
395 | # idea/ | 395 | # idea/ |
396 | SRCS+= i_cbc.c | 396 | SRCS+= idea.c |
397 | SRCS+= i_cfb64.c | ||
398 | SRCS+= i_ecb.c | ||
399 | SRCS+= i_ofb64.c | ||
400 | SRCS+= i_skey.c | ||
401 | 397 | ||
402 | # kdf/ | 398 | # kdf/ |
403 | SRCS+= hkdf_evp.c | 399 | SRCS+= hkdf_evp.c |