]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/p_seal.c
Remove some commented out code in libcrypto
[thirdparty/openssl.git] / crypto / evp / p_seal.c
index faa246483ba40d9c7d57b1c397240ed204b13bdb..a2b9497dba8167da33f02f413077845abe52ded8 100644 (file)
@@ -48,18 +48,6 @@ int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
     return (npubk);
 }
 
-/*- MACRO
-void EVP_SealUpdate(ctx,out,outl,in,inl)
-EVP_CIPHER_CTX *ctx;
-unsigned char *out;
-int *outl;
-unsigned char *in;
-int inl;
-        {
-        EVP_EncryptUpdate(ctx,out,outl,in,inl);
-        }
-*/
-
 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
 {
     int i;