From ec577822f95a8bca0023c5c77cef1a4916822d4a Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Fri, 23 Apr 1999 22:13:45 +0000 Subject: Change #include filenames from to . Submitted by: Reviewed by: PR: --- crypto/bf/bf_cbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bf/bf_cbc.c') diff --git a/crypto/bf/bf_cbc.c b/crypto/bf/bf_cbc.c index 90f1ffef2b..95d1cdcdf9 100644 --- a/crypto/bf/bf_cbc.c +++ b/crypto/bf/bf_cbc.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#include "blowfish.h" +#include #include "bf_locl.h" void BF_cbc_encrypt(unsigned char *in, unsigned char *out, long length, -- cgit v1.2.3