diff options
| author | tedu <> | 2014-07-11 14:01:38 +0000 |
|---|---|---|
| committer | tedu <> | 2014-07-11 14:01:38 +0000 |
| commit | b3bcf68aa09fbe686f5d5dc4b8c071f56c3946a0 (patch) | |
| tree | 1cfb0cb95b3e2c5d07c759a681b7fa30b6a3b153 /src/lib/libcrypto/crypto/Makefile | |
| parent | e0377f161e260f469c7bca512739a3c80f0a32b8 (diff) | |
| download | openbsd-b3bcf68aa09fbe686f5d5dc4b8c071f56c3946a0.tar.gz openbsd-b3bcf68aa09fbe686f5d5dc4b8c071f56c3946a0.tar.bz2 openbsd-b3bcf68aa09fbe686f5d5dc4b8c071f56c3946a0.zip | |
move all the feature settings to a common header.
probably ok beck jsing miod
Diffstat (limited to 'src/lib/libcrypto/crypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 43d6366651..79fbd478b3 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.43 2014/07/09 08:44:53 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.44 2014/07/11 14:01:38 tedu Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -362,6 +362,7 @@ HDRS=\ | |||
| 362 | crypto/modes/modes.h \ | 362 | crypto/modes/modes.h \ |
| 363 | crypto/objects/objects.h \ | 363 | crypto/objects/objects.h \ |
| 364 | crypto/ocsp/ocsp.h \ | 364 | crypto/ocsp/ocsp.h \ |
| 365 | crypto/opensslfeatures.h \ | ||
| 365 | crypto/opensslv.h \ | 366 | crypto/opensslv.h \ |
| 366 | crypto/ossl_typ.h \ | 367 | crypto/ossl_typ.h \ |
| 367 | crypto/pem/pem.h \ | 368 | crypto/pem/pem.h \ |
