aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_lib/http_internal.hrl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-09-09 12:22:52 +0200
committerMicael Karlberg <[email protected]>2011-09-09 12:22:52 +0200
commita9ada1d7c71eaeebdfbe8295c1cfdf8e23c81203 (patch)
tree612f52c27a693e57feff96f1bfa0fa1d01e0a0af /lib/inets/src/http_lib/http_internal.hrl
parentf602ae4f0c727c1ff37e69887ba33f46b24c54e1 (diff)
parent4b8958c0397765bd208dbf0dd297c654ed0c33d1 (diff)
downloadotp-a9ada1d7c71eaeebdfbe8295c1cfdf8e23c81203.tar.gz
otp-a9ada1d7c71eaeebdfbe8295c1cfdf8e23c81203.tar.bz2
otp-a9ada1d7c71eaeebdfbe8295c1cfdf8e23c81203.zip
Merge branch 'bmk/inets/inets58_integration' into major
[httpc] Deprecated interface module <c>http</c> has been removed. It has (long) been replaced by http client interface module httpc. OTP-9359 [httpc|httpd] The old ssl implementation (based on OpenSSL), has been deprecated. The config option that specified usage of this version of the ssl app, *ossl*, has been removed. OTP-9522
Diffstat (limited to 'lib/inets/src/http_lib/http_internal.hrl')
-rw-r--r--lib/inets/src/http_lib/http_internal.hrl1
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).