Update the demos/README file because it is really old. New demos should provide best...
[openssl.git] / providers / prov_running.c
index 7e62dedf4d475961cddf081fd5f4974c3a27d7dd..379fd5d25c7c20b5854213b20d9abadef4a6a15c 100644 (file)
 #include "prov/providercommon.h"
 
 /* By default, our providers don't have an error state */
-void ossl_set_error_state(void)
+void ossl_set_error_state(const char *type)
 {
 }
 
-/* By default, out providers are always in a happy state */
+/* By default, our providers are always in a happy state */
 int ossl_prov_is_running(void)
 {
     return 1;