diff options
| author | jsing <> | 2015-09-08 15:29:34 +0000 |
|---|---|---|
| committer | jsing <> | 2015-09-08 15:29:34 +0000 |
| commit | 7e148f977119e2cb2058b9cf3eeb192afd550b41 (patch) | |
| tree | 89e165a3785f57fff968e8befead2bb29d431737 /src/lib/libtls/tls_internal.h | |
| parent | 546626ef931a8053872c26e20dad7feab1cdee2e (diff) | |
| download | openbsd-7e148f977119e2cb2058b9cf3eeb192afd550b41.tar.gz openbsd-7e148f977119e2cb2058b9cf3eeb192afd550b41.tar.bz2 openbsd-7e148f977119e2cb2058b9cf3eeb192afd550b41.zip | |
Remove the default HTTPS port from tls_connect() - this is a TLS library,
not a HTTPS library.
ok beck@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libtls/tls_internal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libtls/tls_internal.h b/src/lib/libtls/tls_internal.h index 4503c20ab7..d767c37494 100644 --- a/src/lib/libtls/tls_internal.h +++ b/src/lib/libtls/tls_internal.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: tls_internal.h,v 1.14 2015/08/27 15:26:50 jsing Exp $ */ | 1 | /* $OpenBSD: tls_internal.h,v 1.15 2015/09/08 15:29:34 jsing Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org> | 3 | * Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org> |
| 4 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 4 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
| @@ -21,8 +21,6 @@ | |||
| 21 | 21 | ||
| 22 | #include <openssl/ssl.h> | 22 | #include <openssl/ssl.h> |
| 23 | 23 | ||
| 24 | #define HTTPS_PORT "443" | ||
| 25 | |||
| 26 | #define _PATH_SSL_CA_FILE "/etc/ssl/cert.pem" | 24 | #define _PATH_SSL_CA_FILE "/etc/ssl/cert.pem" |
| 27 | 25 | ||
| 28 | #define TLS_CIPHERS_COMPAT "ALL:!aNULL:!eNULL" | 26 | #define TLS_CIPHERS_COMPAT "ALL:!aNULL:!eNULL" |
