summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ossl_typ.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ossl_typ.h')
-rw-r--r--src/lib/libcrypto/ossl_typ.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h
index b58888de3b..5da4243f80 100644
--- a/src/lib/libcrypto/ossl_typ.h
+++ b/src/lib/libcrypto/ossl_typ.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ossl_typ.h,v 1.27 2023/07/28 09:22:26 tb Exp $ */ 1/* $OpenBSD: ossl_typ.h,v 1.28 2023/07/28 10:21:01 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -150,8 +150,6 @@ typedef struct store_method_st STORE_METHOD;
150typedef struct ui_st UI; 150typedef struct ui_st UI;
151typedef struct ui_method_st UI_METHOD; 151typedef struct ui_method_st UI_METHOD;
152 152
153typedef struct st_ERR_FNS ERR_FNS;
154
155typedef struct engine_st ENGINE; 153typedef struct engine_st ENGINE;
156typedef struct ssl_st SSL; 154typedef struct ssl_st SSL;
157typedef struct ssl_ctx_st SSL_CTX; 155typedef struct ssl_ctx_st SSL_CTX;