diff options
author | Micael Karlberg <[email protected]> | 2011-09-05 15:29:46 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-09-05 15:29:46 +0200 |
commit | 9f6baf2f3158117dab2e9daf92b2ac896c80d306 (patch) | |
tree | 02d20ba9701d66e881017a4a0e841481195e2915 /lib/inets/src/http_lib/http_internal.hrl | |
parent | cb1f02ef176767076593a1957506117d9f26dc40 (diff) | |
download | otp-9f6baf2f3158117dab2e9daf92b2ac896c80d306.tar.gz otp-9f6baf2f3158117dab2e9daf92b2ac896c80d306.tar.bz2 otp-9f6baf2f3158117dab2e9daf92b2ac896c80d306.zip |
Removed the ossl config option (from both client and server).
The ossl option is no longer valid since the old ssl (OpenSSL
based ssl variant) has been removed from the ssl app.
OTP-9522
Diffstat (limited to 'lib/inets/src/http_lib/http_internal.hrl')
-rw-r--r-- | lib/inets/src/http_lib/http_internal.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/inets/src/http_lib/http_internal.hrl b/lib/inets/src/http_lib/http_internal.hrl index 2e924667c6..97cf474ab9 100644 --- a/lib/inets/src/http_lib/http_internal.hrl +++ b/lib/inets/src/http_lib/http_internal.hrl @@ -28,7 +28,6 @@ -define(HTTP_MAX_URI_SIZE, nolimit). -ifndef(HTTP_DEFAULT_SSL_KIND). -%% -define(HTTP_DEFAULT_SSL_KIND, ossl). -define(HTTP_DEFAULT_SSL_KIND, essl). -endif. % -ifdef(HTTP_DEFAULT_SSL_KIND). |