diff options
| author | jsing <> | 2014-04-27 16:19:04 +0000 |
|---|---|---|
| committer | jsing <> | 2014-04-27 16:19:04 +0000 |
| commit | 37888f1855086875d6d21338acdf1d2de8a56714 (patch) | |
| tree | 578fb4103ca4a83a8cb16899b282e21ec7b34c11 /src/lib/libcrypto/crypto | |
| parent | 349b17c0e910c2b9e211b74b5f37d2823ece179c (diff) | |
| download | openbsd-37888f1855086875d6d21338acdf1d2de8a56714.tar.gz openbsd-37888f1855086875d6d21338acdf1d2de8a56714.tar.bz2 openbsd-37888f1855086875d6d21338acdf1d2de8a56714.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 |
