diff options
author | Lutz Jänicke <jaenicke@openssl.org> | 2002-06-13 19:40:27 +0200 |
---|---|---|
committer | Lutz Jänicke <jaenicke@openssl.org> | 2002-06-13 19:40:27 +0200 |
commit | 40889b9cd36ba6233712d163c46154eba4a26ad7 (patch) | |
tree | f4a5ab0b224dbe89a38bf9528c1c41921a29ac30 /crypto/asn1/asn1_lib.c | |
parent | Fix ext_dat.h extension ordering. (diff) | |
download | openssl-40889b9cd36ba6233712d163c46154eba4a26ad7.tar.xz openssl-40889b9cd36ba6233712d163c46154eba4a26ad7.zip |
Add missing prototypes.
Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de>
PR: 89
Diffstat (limited to 'crypto/asn1/asn1_lib.c')
-rw-r--r-- | crypto/asn1/asn1_lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/asn1_lib.c b/crypto/asn1/asn1_lib.c index 830ff2af3c..77447a5240 100644 --- a/crypto/asn1/asn1_lib.c +++ b/crypto/asn1/asn1_lib.c @@ -59,6 +59,7 @@ #include <stdio.h> #include "cryptlib.h" #include <openssl/asn1.h> +#include <openssl/asn1_mac.h> static int asn1_get_length(unsigned char **pp,int *inf,long *rl,int max); static void asn1_put_length(unsigned char **pp, int length); |