From 3fb89787679dd239a55ca0a4e366ad4e2051fe84 Mon Sep 17 00:00:00 2001 From: beck <> Date: Wed, 11 Feb 2015 04:05:14 +0000 Subject: Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment. --- src/lib/libcrypto/cms/cms.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/cms') 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 @@ -/* $OpenBSD: cms.h,v 1.6 2015/02/11 03:55:42 beck Exp $ */ +/* $OpenBSD: cms.h,v 1.7 2015/02/11 04:05:14 beck Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ @@ -58,7 +58,9 @@ #include +#ifdef OPENSSL_NO_CMS #error CMS is disabled. +#endif #ifdef __cplusplus extern "C" { -- cgit v1.2.3-55-g6feb