From b4dcbaa6b7ba878259a3faa37e7def240469da3b Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 13 Apr 2014 23:50:03 +0000 Subject: [PATCH] Cope with the removal of openssl/symhacks.h --- src/lib/libcrypto/crypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index e03af780..368fef54 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2014/04/13 16:03:30 miod Exp $ +# $OpenBSD: Makefile,v 1.4 2014/04/13 23:50:03 deraadt Exp $ LIB= crypto @@ -406,7 +406,6 @@ HDRS=\ crypto/stack/safestack.h \ crypto/stack/stack.h \ crypto/store/store.h \ - crypto/symhacks.h \ crypto/ts/ts.h \ crypto/txt_db/txt_db.h \ crypto/ui/ui.h \