Remove resolved TODO
[oweals/openssl.git] / crypto / cms / cms_err.c
index cfda0190c244baa36adb7c777f6d1944c7c5e9de..c6df1b5afefe7f3014edb330b7a5b421ed9f8e7b 100644 (file)
@@ -245,7 +245,7 @@ static ERR_STRING_DATA CMS_str_reasons[] = {
 
 #endif
 
-void ERR_load_CMS_strings(void)
+int ERR_load_CMS_strings(void)
 {
 #ifndef OPENSSL_NO_ERR
 
@@ -254,4 +254,5 @@ void ERR_load_CMS_strings(void)
         ERR_load_strings(0, CMS_str_reasons);
     }
 #endif
+    return 1;
 }