summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bf/bf_ofb64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bf/bf_ofb64.c')
-rw-r--r--src/lib/libcrypto/bf/bf_ofb64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bf/bf_ofb64.c b/src/lib/libcrypto/bf/bf_ofb64.c
index e7aefef09d..8fe2478263 100644
--- a/src/lib/libcrypto/bf/bf_ofb64.c
+++ b/src/lib/libcrypto/bf/bf_ofb64.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bf_ofb64.c,v 1.7 2022/11/11 12:18:25 jsing Exp $ */ 1/* $OpenBSD: bf_ofb64.c,v 1.8 2022/11/26 16:08:51 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 *
@@ -58,7 +58,7 @@
58 58
59#include <openssl/blowfish.h> 59#include <openssl/blowfish.h>
60 60
61#include "bf_locl.h" 61#include "bf_local.h"
62 62
63/* 63/*
64 * The input and output encrypted as though 64bit ofb mode is being 64 * The input and output encrypted as though 64bit ofb mode is being