diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libtls/tls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/tls.c b/src/lib/libtls/tls.c index 02ddf447fb..5e02b5a427 100644 --- a/src/lib/libtls/tls.c +++ b/src/lib/libtls/tls.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: tls.c,v 1.86 2021/01/21 19:09:10 eric Exp $ */ | 1 | /* $OpenBSD: tls.c,v 1.87 2021/01/21 22:02:17 eric Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
| 4 | * | 4 | * |
| @@ -439,7 +439,7 @@ tls_configure_ssl_keypair(struct tls *ctx, SSL_CTX *ssl_ctx, | |||
| 439 | err: | 439 | err: |
| 440 | EVP_PKEY_free(pkey); | 440 | EVP_PKEY_free(pkey); |
| 441 | 441 | ||
| 442 | return (1); | 442 | return (-1); |
| 443 | } | 443 | } |
| 444 | 444 | ||
| 445 | int | 445 | int |
