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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index b607be7ae5..0ec0431bc7 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.66 2018/08/24 19:36:52 tb Exp $ */ 1/* $OpenBSD: evp.h,v 1.67 2018/08/24 19:45:11 tb 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 *
@@ -631,7 +631,7 @@ int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
631int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl); 631int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
632 632
633void EVP_EncodeInit(EVP_ENCODE_CTX *ctx); 633void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
634void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, 634int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
635 const unsigned char *in, int inl); 635 const unsigned char *in, int inl);
636void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl); 636void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl);
637int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n); 637int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);