ssl_version_num won't be used anymore since we will soon offer multiple SSL
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Apr 2005 15:18:51 +0000 (15:18 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Apr 2005 15:18:51 +0000 (15:18 +0000)
layers and it won't make sense to provide a numerical version for it. I also
doubt that many people have used this for anything critical.

include/curl/curl.h

index b12ebd7..ca12b59 100644 (file)
@@ -1358,8 +1358,8 @@ typedef struct {
   const char *host;         /* OS/host/cpu/machine when configured */
   int features;             /* bitmask, see defines below */
   const char *ssl_version;  /* human readable string */
-  long ssl_version_num;     /* number */
-  const char *libz_version;       /* human readable string */
+  long ssl_version_num;     /* not used anymore, always 0 */
+  const char *libz_version; /* human readable string */
   /* protocols is terminated by an entry with a NULL protoname */
   const char * const *protocols;