FreeIPA is a free and open source identity management system. This package provides its command-line administration tools. Reviewed by: diizzy, 0mp Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D42850
11 lines
309 B
C
11 lines
309 B
C
--- asn1/asn1c/der_encoder.c.orig 2021-11-25 17:34:42 UTC
|
|
+++ asn1/asn1c/der_encoder.c
|
|
@@ -4,6 +4,7 @@
|
|
*/
|
|
#include <asn_internal.h>
|
|
#include <errno.h>
|
|
+#include <stdlib.h>
|
|
|
|
static ssize_t der_write_TL(ber_tlv_tag_t tag, ber_tlv_len_t len,
|
|
asn_app_consume_bytes_f *cb, void *app_key, int constructed);
|