summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r--src/lib/libcrypto/evp/evp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index 148e15274f..aec6fa4249 100644
--- a/src/lib/libcrypto/evp/evp.h
+++ b/src/lib/libcrypto/evp/evp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp.h,v 1.56 2018/02/17 14:55:31 jsing Exp $ */ 1/* $OpenBSD: evp.h,v 1.57 2018/02/17 16:54:08 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -644,6 +644,7 @@ void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *a);
644int EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *a); 644int EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *a);
645EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void); 645EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void);
646void EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *a); 646void EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *a);
647int EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *a);
647int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *x, int keylen); 648int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *x, int keylen);
648int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad); 649int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad);
649int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr); 650int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr);