diff options
| author | tb <> | 2025-12-20 21:05:28 +0000 |
|---|---|---|
| committer | tb <> | 2025-12-20 21:05:28 +0000 |
| commit | 6ed4f26853f67c46fbd8cc721454414ad7318eae (patch) | |
| tree | 7b7ccf949ded4ff4c1f18b41b7e0fc7bdb147e1e /src/lib | |
| parent | 36be1ad71713676e11cc27d24c37e26cc5e50cec (diff) | |
| download | openbsd-6ed4f26853f67c46fbd8cc721454414ad7318eae.tar.gz openbsd-6ed4f26853f67c46fbd8cc721454414ad7318eae.tar.bz2 openbsd-6ed4f26853f67c46fbd8cc721454414ad7318eae.zip | |
conf_api: add empty line between !openssl and openssl includes
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/libcrypto/conf/conf_api.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/conf/conf_api.c b/src/lib/libcrypto/conf/conf_api.c index d223675b14..ef6e073b43 100644 --- a/src/lib/libcrypto/conf/conf_api.c +++ b/src/lib/libcrypto/conf/conf_api.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: conf_api.c,v 1.27 2025/12/20 21:04:07 tb Exp $ */ | 1 | /* $OpenBSD: conf_api.c,v 1.28 2025/12/20 21:05:28 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 | * |
| @@ -64,6 +64,7 @@ | |||
| 64 | #include <stdlib.h> | 64 | #include <stdlib.h> |
| 65 | #include <string.h> | 65 | #include <string.h> |
| 66 | #include <unistd.h> | 66 | #include <unistd.h> |
| 67 | |||
| 67 | #include <openssl/conf.h> | 68 | #include <openssl/conf.h> |
| 68 | 69 | ||
| 69 | #include "conf_local.h" | 70 | #include "conf_local.h" |
