mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
tidy-up: adjust casing of project names
Mostly TLS/SSH project name. Closes #14160
This commit is contained in:
parent
f94aa3d97f
commit
6343034dd1
50 changed files with 928 additions and 932 deletions
|
|
@ -36,7 +36,7 @@ CFLAGS = -c -g
|
|||
|
||||
# This should point to a directory that holds libcurl, if it is not
|
||||
# in the system's standard lib dir
|
||||
# We also set a -L to include the directory where we have the openssl
|
||||
# We also set a -L to include the directory where we have the OpenSSL
|
||||
# libraries
|
||||
LDFLAGS = -L/home/dast/lib -L/usr/local/ssl/lib
|
||||
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ static CURLcode sslctx_function(CURL *curl, void *sslctx, void *parm)
|
|||
printf("Use Key failed\n");
|
||||
}
|
||||
|
||||
/* free resources that have been allocated by openssl functions */
|
||||
/* free resources that have been allocated by OpenSSL functions */
|
||||
if(bio)
|
||||
BIO_free(bio);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue