tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
remove unneeded dst__opensslrsa_init() prototype
jsg
1 year ago
2692fe14
6e6ab1c9
+1
-3
1 changed file
expand all
collapse all
unified
split
usr.bin
dig
lib
dns
dst_internal.h
+1
-3
usr.bin/dig/lib/dns/dst_internal.h
reviewed
···
31
31
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
32
32
*/
33
33
34
34
-
/* $Id: dst_internal.h,v 1.13 2024/05/17 23:56:19 jsg Exp $ */
34
34
+
/* $Id: dst_internal.h,v 1.14 2024/10/25 06:08:29 jsg Exp $ */
35
35
36
36
#ifndef DST_DST_INTERNAL_H
37
37
#define DST_DST_INTERNAL_H 1
···
131
131
isc_result_t dst__hmacsha256_init(struct dst_func **funcp);
132
132
isc_result_t dst__hmacsha384_init(struct dst_func **funcp);
133
133
isc_result_t dst__hmacsha512_init(struct dst_func **funcp);
134
134
-
isc_result_t dst__opensslrsa_init(struct dst_func **funcp,
135
135
-
unsigned char algorithm);
136
134
137
135
/*%
138
136
* Destructors