diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-11-07 10:36:23 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-11-07 10:36:23 +0100 |
commit | 27302abb9467f21a481fcc6b8eca53d34e04373b (patch) | |
tree | aac900406c50dfd139fe48d7d6168555fdeed87e /lib | |
parent | 0269f6446de2e16eab272f9a6e37eec861035ea7 (diff) |
s/cURL/curl
We're mostly saying just "curl" in lower case these days so here's a big
cleanup to adapt to this reality. A few instances are left as the
project could still formally be considered called cURL.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.netware | 2 | ||||
-rw-r--r-- | lib/vtls/openssl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index ee7e87ce7..f689a36f8 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -87,7 +87,7 @@ endif TARGET = libcurl VERSION = $(LIBCURL_VERSION) COPYR = Copyright (C) $(LIBCURL_COPYRIGHT_STR) -DESCR = cURL libcurl $(LIBCURL_VERSION_STR) ($(LIBARCH)) - https://curl.haxx.se +DESCR = curl libcurl $(LIBCURL_VERSION_STR) ($(LIBARCH)) - https://curl.haxx.se MTSAFE = YES STACK = 64000 SCREEN = none diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index c040928a1..24d9d42c1 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -571,7 +571,7 @@ int cert_stuff(struct connectdata *conn, EVP_PKEY *priv_key = NULL; if(data->state.engine) { UI_METHOD *ui_method = - UI_create_method((char *)"cURL user interface"); + UI_create_method((char *)"curl user interface"); if(!ui_method) { failf(data, "unable do create " OSSL_PACKAGE " user-interface method"); |