In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()
[openssl.git] / Configurations / 50-haiku.conf
index f11466660965012ff9f37e5df176bea8367f955b..aea5b2b5cb94766493ef135724317e6dbe33a5ca 100644 (file)
@@ -14,7 +14,7 @@
         shared_target    => "gnu-shared",
         shared_cflag     => "-fPIC",
         shared_ldflag    => "-shared",
-        shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+        shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
     },
     "haiku-x86" => {
         inherit_from     => [ "haiku-common", asm("x86_elf_asm") ],