diff options
author | tb <> | 2024-11-06 04:10:35 +0000 |
---|---|---|
committer | tb <> | 2024-11-06 04:10:35 +0000 |
commit | c89f3b35f23cc06adeb16df4e178effaf5309843 (patch) | |
tree | 903074e26606a4caf29e13bbc59379dcce35013b | |
parent | f43847518f7fe0930205f9b6aeb7ea4c6596860b (diff) | |
download | openbsd-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.c | 3 |
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> |