diff options
author | deraadt <> | 2014-04-13 23:50:03 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-13 23:50:03 +0000 |
commit | 5389926124ee089503d54f4ca8b9a3c01ebf3397 (patch) | |
tree | 8c5e61a817d6313ee8515c77ba06b41ce16d7b2d /src/lib/libcrypto/crypto | |
parent | cda33257f58f8db3c1ca537b69068295429016a8 (diff) | |
download | openbsd-5389926124ee089503d54f4ca8b9a3c01ebf3397.tar.gz openbsd-5389926124ee089503d54f4ca8b9a3c01ebf3397.tar.bz2 openbsd-5389926124ee089503d54f4ca8b9a3c01ebf3397.zip |
Cope with the removal of openssl/symhacks.h
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index e03af780a6..368fef5405 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2014/04/13 16:03:30 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2014/04/13 23:50:03 deraadt Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -406,7 +406,6 @@ HDRS=\ | |||
406 | crypto/stack/safestack.h \ | 406 | crypto/stack/safestack.h \ |
407 | crypto/stack/stack.h \ | 407 | crypto/stack/stack.h \ |
408 | crypto/store/store.h \ | 408 | crypto/store/store.h \ |
409 | crypto/symhacks.h \ | ||
410 | crypto/ts/ts.h \ | 409 | crypto/ts/ts.h \ |
411 | crypto/txt_db/txt_db.h \ | 410 | crypto/txt_db/txt_db.h \ |
412 | crypto/ui/ui.h \ | 411 | crypto/ui/ui.h \ |