BIO_PAIR_DEBUG did nothing; remove it.
[openssl.git] / crypto / cms / cms_lcl.h
index e4b96d26eb1ae4b3dbca0a77a66bc3f11bffa5db..7f04f20c70c91f438a96c10005b2da7c69255e7b 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_lcl.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.
@@ -210,7 +209,7 @@ struct CMS_KeyAgreeRecipientInfo_st {
     /* Public key context associated with current operation */
     EVP_PKEY_CTX *pctx;
     /* Cipher context for CEK wrapping */
-    EVP_CIPHER_CTX ctx;
+    EVP_CIPHER_CTX *ctx;
 };
 
 struct CMS_OriginatorIdentifierOrKey_st {