diff options
Diffstat (limited to 'lib/libcrypto/evp/e_bf.c')
-rw-r--r-- | lib/libcrypto/evp/e_bf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/evp/e_bf.c b/lib/libcrypto/evp/e_bf.c index 4632b523e2e..c2ab3178a50 100644 --- a/lib/libcrypto/evp/e_bf.c +++ b/lib/libcrypto/evp/e_bf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: e_bf.c,v 1.14 2022/09/15 07:04:19 jsing Exp $ */ +/* $OpenBSD: e_bf.c,v 1.15 2022/11/26 16:08:52 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -67,7 +67,7 @@ #include <openssl/evp.h> #include <openssl/objects.h> -#include "evp_locl.h" +#include "evp_local.h" typedef struct { BF_KEY ks; |