summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bf/blowfish.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/bf/blowfish.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bf/blowfish.h b/src/lib/libcrypto/bf/blowfish.h
index 592bd83146..b434e70cbb 100644
--- a/src/lib/libcrypto/bf/blowfish.h
+++ b/src/lib/libcrypto/bf/blowfish.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: blowfish.h,v 1.16 2022/11/11 12:08:29 jsing Exp $ */ 1/* $OpenBSD: blowfish.h,v 1.17 2023/07/31 05:04:06 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 *
@@ -102,7 +102,6 @@ void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length,
102 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc); 102 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
103void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length, 103void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, long length,
104 const BF_KEY *schedule, unsigned char *ivec, int *num); 104 const BF_KEY *schedule, unsigned char *ivec, int *num);
105const char *BF_options(void);
106 105
107#ifdef __cplusplus 106#ifdef __cplusplus
108} 107}