Skip to content

Commit aeb5351

Browse files
author
tb
committed
Move the ENGINE_new() prototype a line down
1 parent 6a1d68f commit aeb5351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/libcrypto/engine/engine.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: engine.h,v 1.41 2023/07/28 09:22:26 tb Exp $ */
1+
/* $OpenBSD: engine.h,v 1.42 2023/08/04 05:44:51 tb Exp $ */
22
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
33
* project 2000.
44
*/
@@ -246,8 +246,8 @@ void ENGINE_load_openssl(void);
246246
int ENGINE_register_all_complete(void);
247247

248248
void ENGINE_cleanup(void);
249-
ENGINE *ENGINE_new(void);
250249

250+
ENGINE *ENGINE_new(void);
251251
int ENGINE_free(ENGINE *engine);
252252
int ENGINE_init(ENGINE *engine);
253253
int ENGINE_finish(ENGINE *engine);

0 commit comments

Comments
 (0)