diff options
author | tb <> | 2023-07-28 10:21:01 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 10:21:01 +0000 |
commit | e68ca11e376f4237fb9f8c10487e2d7b7dbfe585 (patch) | |
tree | f5135e3be73a200e3de6c7653f8573224f325770 /src/lib/libcrypto/ossl_typ.h | |
parent | 80044b19f0ece8df72ab24e3c1d89b8ca3d14bf7 (diff) | |
download | openbsd-e68ca11e376f4237fb9f8c10487e2d7b7dbfe585.tar.gz openbsd-e68ca11e376f4237fb9f8c10487e2d7b7dbfe585.tar.bz2 openbsd-e68ca11e376f4237fb9f8c10487e2d7b7dbfe585.zip |
Remove ERR_{get,set}_implementation()
Much like ex_data, applications can make the library use their own error
stack implementation. Well, except as of right now they no longer can.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/ossl_typ.h')
-rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 4 |
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; | |||
150 | typedef struct ui_st UI; | 150 | typedef struct ui_st UI; |
151 | typedef struct ui_method_st UI_METHOD; | 151 | typedef struct ui_method_st UI_METHOD; |
152 | 152 | ||
153 | typedef struct st_ERR_FNS ERR_FNS; | ||
154 | |||
155 | typedef struct engine_st ENGINE; | 153 | typedef struct engine_st ENGINE; |
156 | typedef struct ssl_st SSL; | 154 | typedef struct ssl_st SSL; |
157 | typedef struct ssl_ctx_st SSL_CTX; | 155 | typedef struct ssl_ctx_st SSL_CTX; |