From: Gisle Vanem Date: Mon, 6 Dec 2004 16:36:50 +0000 (+0000) Subject: 'crypto_engine' not used. X-Git-Tag: curl-7_12_3~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30dfc00a54a19871c049455aec1cdf6df80de8f8;p=thirdparty%2Fcurl.git 'crypto_engine' not used. --- diff --git a/lib/urldata.h b/lib/urldata.h index 903f47a464..82af82e8da 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -865,7 +865,6 @@ struct UserDefined { char *key; /* private key */ char *key_type; /* format for private key (default: PEM) */ char *key_passwd; /* plain text private key password */ - char *crypto_engine; /* name of the crypto engine to use */ char *cookiejar; /* dump all cookies to this file */ bool cookiesession; /* new cookie session? */ bool crlf; /* convert crlf on ftp upload(?) */