From: Fabian Keil Date: Thu, 21 Nov 2019 11:49:58 +0000 (+0100) Subject: Fix spelling in comment X-Git-Tag: v_3_0_29~558 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@edit-actions-list?a=commitdiff_plain;h=5d02a9c9cd4b14cca5eeffc07cedebed21032486;p=privoxy.git Fix spelling in comment --- diff --git a/ssl.c b/ssl.c index bdeff63c..24f02560 100644 --- a/ssl.c +++ b/ssl.c @@ -66,7 +66,7 @@ #define RSA_KEY_PUBLIC_EXPONENT 65537 /* Public exponent for RSA private key generating */ #define RSA_KEYSIZE 2048 /* Size of generated RSA keys */ #define GENERATED_CERT_VALID_FROM "20100101000000" /* Date and time, which will be set in generated certificates as parameter valid from */ -#define GENERATED_CERT_VALID_TO "20401231235959" /* Date and time, which will be setted in generated certificates as parameter valid to */ +#define GENERATED_CERT_VALID_TO "20401231235959" /* Date and time, which will be set in generated certificates as parameter valid to */ #define CERT_SIGNATURE_ALGORITHM MBEDTLS_MD_SHA256 /* The MD algorithm to use for the signature */ #define CERT_SERIAL_NUM_LENGTH 4 /* Bytes of hash to be used for creating serial number of certificate. Min=2 and max=16 */ #define INVALID_CERT_INFO_BUF_SIZE 2048 /* Size of buffer for message with information about reason of certificate invalidity. Data after the end of buffer will not be saved */