diff options
author | tb <> | 2023-07-28 10:21:01 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 10:21:01 +0000 |
commit | 6f0a25f56e69a07f9a33663b857ea58bc32efba0 (patch) | |
tree | f5135e3be73a200e3de6c7653f8573224f325770 /src/lib/libcrypto/ossl_typ.h | |
parent | df077cec5ce229b03845385f6f75dbe7cd5f7080 (diff) | |
download | openbsd-6f0a25f56e69a07f9a33663b857ea58bc32efba0.tar.gz openbsd-6f0a25f56e69a07f9a33663b857ea58bc32efba0.tar.bz2 openbsd-6f0a25f56e69a07f9a33663b857ea58bc32efba0.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; |