summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-11-06 04:10:35 +0000
committertb <>2024-11-06 04:10:35 +0000
commitc89f3b35f23cc06adeb16df4e178effaf5309843 (patch)
tree903074e26606a4caf29e13bbc59379dcce35013b
parentf43847518f7fe0930205f9b6aeb7ea4c6596860b (diff)
downloadopenbsd-c89f3b35f23cc06adeb16df4e178effaf5309843.tar.gz
openbsd-c89f3b35f23cc06adeb16df4e178effaf5309843.tar.bz2
openbsd-c89f3b35f23cc06adeb16df4e178effaf5309843.zip
add an empty line between license and #include lines
-rw-r--r--src/lib/libcrypto/crypto_memory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/crypto_memory.c b/src/lib/libcrypto/crypto_memory.c
index e294b11fa3..b009f7eb4a 100644
--- a/src/lib/libcrypto/crypto_memory.c
+++ b/src/lib/libcrypto/crypto_memory.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto_memory.c,v 1.1 2024/11/06 04:08:26 tb Exp $ */ 1/* $OpenBSD: crypto_memory.c,v 1.2 2024/11/06 04:10:35 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Bob Beck 3 * Copyright (c) 2014 Bob Beck
4 * 4 *
@@ -14,6 +14,7 @@
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */ 16 */
17
17#include <stdio.h> 18#include <stdio.h>
18#include <stdlib.h> 19#include <stdlib.h>
19#include <string.h> 20#include <string.h>