diff options
| author | beck <> | 2015-02-11 04:05:14 +0000 |
|---|---|---|
| committer | beck <> | 2015-02-11 04:05:14 +0000 |
| commit | 3fb89787679dd239a55ca0a4e366ad4e2051fe84 (patch) | |
| tree | aa9f1278214f1d7d996d30cf1959f3878cb48be1 /src/lib/libcrypto/cms/cms.h | |
| parent | 48936c436bad6e0866dbe50f6d0d76bd453caa36 (diff) | |
| download | openbsd-3fb89787679dd239a55ca0a4e366ad4e2051fe84.tar.gz openbsd-3fb89787679dd239a55ca0a4e366ad4e2051fe84.tar.bz2 openbsd-3fb89787679dd239a55ca0a4e366ad4e2051fe84.zip | |
Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/cms/cms.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cms/cms.h b/src/lib/libcrypto/cms/cms.h index f08e2f8457..9a5aae5299 100644 --- a/src/lib/libcrypto/cms/cms.h +++ b/src/lib/libcrypto/cms/cms.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: cms.h,v 1.6 2015/02/11 03:55:42 beck Exp $ */ | 1 | /* $OpenBSD: cms.h,v 1.7 2015/02/11 04:05:14 beck Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project. | 3 | * project. |
| 4 | */ | 4 | */ |
| @@ -58,7 +58,9 @@ | |||
| 58 | 58 | ||
| 59 | #include <openssl/x509.h> | 59 | #include <openssl/x509.h> |
| 60 | 60 | ||
| 61 | #ifdef OPENSSL_NO_CMS | ||
| 61 | #error CMS is disabled. | 62 | #error CMS is disabled. |
| 63 | #endif | ||
| 62 | 64 | ||
| 63 | #ifdef __cplusplus | 65 | #ifdef __cplusplus |
| 64 | extern "C" { | 66 | extern "C" { |
