From c173ef5823da7c4bc15fb08e7946ce2289a0e1f8 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 8 Nov 2017 09:56:46 +0100 Subject: [PATCH] Updated TODO comment in crypto.hpp --- crypto.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto.hpp b/crypto.hpp index 1a2c8fa..8cf7cca 100644 --- a/crypto.hpp +++ b/crypto.hpp @@ -68,7 +68,7 @@ namespace SimpleWeb { b64 = BIO_new(BIO_f_base64()); BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); -// TODO: Cannot find the exact version this change happended +// TODO: Cannot find the exact version this change happended. Remove in 2020 #if OPENSSL_VERSION_NUMBER <= 0x1000114fL bio = BIO_new_mem_buf((char *)&base64[0], static_cast(base64.size())); #else