X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fasn1%2Fasn1_lib.c;h=830ff2af3ced375df5a236685735a197e003eb45;hb=458c29175ec2a7e9a76792fdf7324a20e04fdf08;hp=77447a5240959387c9a7dd634e5519a8b171798f;hpb=094fe66d9fdb70bb424de822bbed1eddb8f0194a;p=oweals%2Fopenssl.git diff --git a/crypto/asn1/asn1_lib.c b/crypto/asn1/asn1_lib.c index 77447a5240..830ff2af3c 100644 --- a/crypto/asn1/asn1_lib.c +++ b/crypto/asn1/asn1_lib.c @@ -59,7 +59,6 @@ #include #include "cryptlib.h" #include -#include static int asn1_get_length(unsigned char **pp,int *inf,long *rl,int max); static void asn1_put_length(unsigned char **pp, int length);