]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ssl_version_num is not used anymore
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Apr 2005 15:21:50 +0000 (15:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Apr 2005 15:21:50 +0000 (15:21 +0000)
docs/libcurl/curl_version_info.3

index f77062fb10194c045eb14feb8cf7cb8c43488a69..80653fb3c94f8eb4366ae97111a5c9c7fe8e6e4a 100644 (file)
@@ -34,7 +34,7 @@ typedef struct {
   const char *host;         /* human readable string */
   int features;             /* bitmask, see below */
   char *ssl_version;        /* human readable string */
-  long ssl_version_num;     /* number */
+  long ssl_version_num;     /* not used, always zero */
   const char *libz_version; /* human readable string */
   const char **protocols;   /* list of protocols */