From aafd2acc1e9fb2257da153a5d23e0ec753d402f3 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 27 Apr 2014 16:19:04 +0000 Subject: [PATCH] We do not need a separate file for two compatibility wrapper functions. ok miod@ --- src/lib/libcrypto/crypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 7259e461..fbd26e20 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2014/04/23 05:13:57 beck Exp $ +# $OpenBSD: Makefile,v 1.28 2014/04/27 16:19:04 jsing Exp $ LIB= crypto @@ -239,7 +239,7 @@ SRCS+= ts_asn1.c SRCS+=txt_db.c # ui/ -SRCS+= ui_err.c ui_lib.c ui_openssl.c ui_util.c ui_compat.c +SRCS+= ui_err.c ui_lib.c ui_openssl.c ui_util.c # whrlpool/ SRCS+= wp_dgst.c