diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/ocsp/ocsp_test.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/ocsp/ocsp_test.c b/src/regress/lib/libcrypto/ocsp/ocsp_test.c index 44a5f1b009..6adec688b6 100644 --- a/src/regress/lib/libcrypto/ocsp/ocsp_test.c +++ b/src/regress/lib/libcrypto/ocsp/ocsp_test.c | |||
| @@ -8,7 +8,9 @@ | |||
| 8 | #include <openssl/ssl.h> | 8 | #include <openssl/ssl.h> |
| 9 | #include <openssl/ocsp.h> | 9 | #include <openssl/ocsp.h> |
| 10 | 10 | ||
| 11 | static int tcp_connect(char *host, char *port) { | 11 | static int |
| 12 | tcp_connect(char *host, char *port) | ||
| 13 | { | ||
| 12 | int error, sd = -1; | 14 | int error, sd = -1; |
| 13 | struct addrinfo hints, *res, *r; | 15 | struct addrinfo hints, *res, *r; |
| 14 | 16 | ||
| @@ -38,7 +40,9 @@ static int tcp_connect(char *host, char *port) { | |||
| 38 | return sd; | 40 | return sd; |
| 39 | } | 41 | } |
| 40 | 42 | ||
| 41 | int main(int argc, char *argv[]) { | 43 | int |
| 44 | main(int argc, char *argv[]) | ||
| 45 | { | ||
| 42 | int sd, ocsp_status; | 46 | int sd, ocsp_status; |
| 43 | const unsigned char *p; | 47 | const unsigned char *p; |
| 44 | long len; | 48 | long len; |
| @@ -131,4 +135,3 @@ int main(int argc, char *argv[]) { | |||
| 131 | 135 | ||
| 132 | return 0; | 136 | return 0; |
| 133 | } | 137 | } |
| 134 | |||
