diff options
author | jsing <> | 2014-04-27 16:19:04 +0000 |
---|---|---|
committer | jsing <> | 2014-04-27 16:19:04 +0000 |
commit | 3a7174b249978efb30c051425bce7b06accba708 (patch) | |
tree | 578fb4103ca4a83a8cb16899b282e21ec7b34c11 /src/lib/libcrypto/crypto | |
parent | 8f791f0a22390a9c424522c00f4df73f668d0ae6 (diff) | |
download | openbsd-3a7174b249978efb30c051425bce7b06accba708.tar.gz openbsd-3a7174b249978efb30c051425bce7b06accba708.tar.bz2 openbsd-3a7174b249978efb30c051425bce7b06accba708.zip |
We do not need a separate file for two compatibility wrapper functions.
ok miod@
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 7259e461cd..fbd26e20da 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.27 2014/04/23 05:13:57 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.28 2014/04/27 16:19:04 jsing Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -239,7 +239,7 @@ SRCS+= ts_asn1.c | |||
239 | SRCS+=txt_db.c | 239 | SRCS+=txt_db.c |
240 | 240 | ||
241 | # ui/ | 241 | # ui/ |
242 | SRCS+= ui_err.c ui_lib.c ui_openssl.c ui_util.c ui_compat.c | 242 | SRCS+= ui_err.c ui_lib.c ui_openssl.c ui_util.c |
243 | 243 | ||
244 | # whrlpool/ | 244 | # whrlpool/ |
245 | SRCS+= wp_dgst.c | 245 | SRCS+= wp_dgst.c |