cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit b4fc0c0993229b8fc8242e314e701f33a8102688
parent ce1ef1abde0d5519e0464f9326edea01b73a845f
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 27 Sep 2020 11:54:32 -0400

tofu.c: clarify reuse warning

Diffstat:
Msrc/tofu.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tofu.c b/src/tofu.c @@ -26,8 +26,8 @@ verify_callback(X509_STORE_CTX *ctx, void *data) // opportunity to explicitly agree to trust the certificate before // rejecting it. // - // If you're reading this code with the intent to re-use it, think - // twice. + // If you're reading this code with the intent to re-use it for + // something unrelated to Gemini, think twice. struct gemini_tofu *tofu = (struct gemini_tofu *)data; X509 *cert = X509_STORE_CTX_get0_cert(ctx); struct known_host *host = NULL;