We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1d68f commit aeb5351Copy full SHA for aeb5351
src/lib/libcrypto/engine/engine.h
@@ -1,4 +1,4 @@
1
-/* $OpenBSD: engine.h,v 1.41 2023/07/28 09:22:26 tb Exp $ */
+/* $OpenBSD: engine.h,v 1.42 2023/08/04 05:44:51 tb Exp $ */
2
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
3
* project 2000.
4
*/
@@ -246,8 +246,8 @@ void ENGINE_load_openssl(void);
246
int ENGINE_register_all_complete(void);
247
248
void ENGINE_cleanup(void);
249
-ENGINE *ENGINE_new(void);
250
+ENGINE *ENGINE_new(void);
251
int ENGINE_free(ENGINE *engine);
252
int ENGINE_init(ENGINE *engine);
253
int ENGINE_finish(ENGINE *engine);
0 commit comments