diff options
author | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
commit | eb8dd9dca1228af0cd132f515509051ecfabf6f6 (patch) | |
tree | edb6da6af7e865d488dc1a29309f1e1ec226e603 /src/lib/libcrypto/hidden/openssl/dsa.h | |
parent | 247f0352e0ed72a4f476db9dc91f4d982bc83eb2 (diff) | |
download | openbsd-tb_20250414.tar.gz openbsd-tb_20250414.tar.bz2 openbsd-tb_20250414.zip |
This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/dsa.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/dsa.h | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/dsa.h b/src/lib/libcrypto/hidden/openssl/dsa.h deleted file mode 100644 index c00c0af6df..0000000000 --- a/src/lib/libcrypto/hidden/openssl/dsa.h +++ /dev/null | |||
@@ -1,98 +0,0 @@ | |||
1 | /* $OpenBSD: dsa.h,v 1.3 2024/07/08 17:11:05 beck Exp $ */ | ||
2 | /* | ||
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | ||
4 | * | ||
5 | * Permission to use, copy, modify, and distribute this software for any | ||
6 | * purpose with or without fee is hereby granted, provided that the above | ||
7 | * copyright notice and this permission notice appear in all copies. | ||
8 | * | ||
9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
16 | */ | ||
17 | |||
18 | #ifndef _LIBCRYPTO_DSA_H | ||
19 | #define _LIBCRYPTO_DSA_H | ||
20 | |||
21 | #ifndef _MSC_VER | ||
22 | #include_next <openssl/dsa.h> | ||
23 | #else | ||
24 | #include "../include/openssl/dsa.h" | ||
25 | #endif | ||
26 | #include "crypto_namespace.h" | ||
27 | |||
28 | LCRYPTO_USED(d2i_DSAparams_bio); | ||
29 | LCRYPTO_USED(i2d_DSAparams_bio); | ||
30 | LCRYPTO_USED(d2i_DSAparams_fp); | ||
31 | LCRYPTO_USED(i2d_DSAparams_fp); | ||
32 | LCRYPTO_USED(DSAparams_dup); | ||
33 | LCRYPTO_USED(DSA_SIG_new); | ||
34 | LCRYPTO_USED(DSA_SIG_free); | ||
35 | LCRYPTO_USED(i2d_DSA_SIG); | ||
36 | LCRYPTO_USED(d2i_DSA_SIG); | ||
37 | LCRYPTO_USED(DSA_SIG_get0); | ||
38 | LCRYPTO_USED(DSA_SIG_set0); | ||
39 | LCRYPTO_USED(DSA_do_sign); | ||
40 | LCRYPTO_USED(DSA_do_verify); | ||
41 | LCRYPTO_USED(DSA_OpenSSL); | ||
42 | LCRYPTO_USED(DSA_set_default_method); | ||
43 | LCRYPTO_USED(DSA_get_default_method); | ||
44 | LCRYPTO_USED(DSA_set_method); | ||
45 | LCRYPTO_USED(DSA_new); | ||
46 | LCRYPTO_USED(DSA_new_method); | ||
47 | LCRYPTO_USED(DSA_free); | ||
48 | LCRYPTO_USED(DSA_up_ref); | ||
49 | LCRYPTO_USED(DSA_size); | ||
50 | LCRYPTO_USED(DSA_bits); | ||
51 | LCRYPTO_USED(DSA_sign_setup); | ||
52 | LCRYPTO_USED(DSA_sign); | ||
53 | LCRYPTO_USED(DSA_verify); | ||
54 | LCRYPTO_USED(DSA_get_ex_new_index); | ||
55 | LCRYPTO_USED(DSA_set_ex_data); | ||
56 | LCRYPTO_USED(DSA_get_ex_data); | ||
57 | LCRYPTO_USED(DSA_security_bits); | ||
58 | LCRYPTO_USED(d2i_DSAPublicKey); | ||
59 | LCRYPTO_USED(i2d_DSAPublicKey); | ||
60 | LCRYPTO_USED(d2i_DSAPrivateKey); | ||
61 | LCRYPTO_USED(i2d_DSAPrivateKey); | ||
62 | LCRYPTO_USED(d2i_DSAparams); | ||
63 | LCRYPTO_USED(i2d_DSAparams); | ||
64 | LCRYPTO_USED(DSA_generate_parameters_ex); | ||
65 | LCRYPTO_USED(DSA_generate_key); | ||
66 | LCRYPTO_USED(DSAparams_print); | ||
67 | LCRYPTO_USED(DSA_print); | ||
68 | LCRYPTO_USED(DSAparams_print_fp); | ||
69 | LCRYPTO_USED(DSA_print_fp); | ||
70 | LCRYPTO_USED(DSA_dup_DH); | ||
71 | LCRYPTO_USED(DSA_get0_pqg); | ||
72 | LCRYPTO_USED(DSA_set0_pqg); | ||
73 | LCRYPTO_USED(DSA_get0_key); | ||
74 | LCRYPTO_USED(DSA_set0_key); | ||
75 | LCRYPTO_USED(DSA_get0_p); | ||
76 | LCRYPTO_USED(DSA_get0_q); | ||
77 | LCRYPTO_USED(DSA_get0_g); | ||
78 | LCRYPTO_USED(DSA_get0_pub_key); | ||
79 | LCRYPTO_USED(DSA_get0_priv_key); | ||
80 | LCRYPTO_USED(DSA_clear_flags); | ||
81 | LCRYPTO_USED(DSA_test_flags); | ||
82 | LCRYPTO_USED(DSA_set_flags); | ||
83 | LCRYPTO_USED(DSA_get0_engine); | ||
84 | LCRYPTO_USED(DSA_meth_new); | ||
85 | LCRYPTO_USED(DSA_meth_free); | ||
86 | LCRYPTO_USED(DSA_meth_dup); | ||
87 | LCRYPTO_USED(DSA_meth_get0_name); | ||
88 | LCRYPTO_USED(DSA_meth_set1_name); | ||
89 | LCRYPTO_USED(DSA_meth_set_sign); | ||
90 | LCRYPTO_USED(DSA_meth_set_finish); | ||
91 | LCRYPTO_USED(ERR_load_DSA_strings); | ||
92 | #if defined(LIBRESSL_NAMESPACE) | ||
93 | extern LCRYPTO_USED(DSAPublicKey_it); | ||
94 | extern LCRYPTO_USED(DSAPrivateKey_it); | ||
95 | extern LCRYPTO_USED(DSAparams_it); | ||
96 | #endif | ||
97 | |||
98 | #endif /* _LIBCRYPTO_DSA_H */ | ||