diff seobeo/s_web.c @ 67:6626ec933933

[Seobeo] Separated out Client Server logic. Created test tools.
author June Park <parkjune1995@gmail.com>
date Wed, 24 Dec 2025 09:15:55 -0800
parents a0f0ad5e42eb
children 75de5903355c
line wrap: on
line diff
--- a/seobeo/s_web.c	Wed Dec 24 06:34:19 2025 -0800
+++ b/seobeo/s_web.c	Wed Dec 24 09:15:55 2025 -0800
@@ -578,14 +578,3 @@
   Seobeo_Handle_Destroy(h);
   return 0;
 }
-
-void Seobeo_Web_SSL_Init()
-{
-  SSL_load_error_strings();
-  OpenSSL_add_ssl_algorithms();
-}
-
-void Seobeo_Web_SSL_Cleanup(void)
-{
-  EVP_cleanup(); // I don't think these are needed...
-}