Loading apps/ca.c +2 −2 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ static int do_updatedb(CA_DB *db); static int check_time_format(const char *str); char *make_revocation_str(int rev_type, char *rev_arg); int make_revoked(X509_REVOKED *rev, const char *str); static int old_entry_print(ASN1_OBJECT *obj, ASN1_STRING *str); static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str); static CONF *extconf = NULL; static int preserve = 0; Loading Loading @@ -2412,7 +2412,7 @@ int make_revoked(X509_REVOKED *rev, const char *str) return ret; } static int old_entry_print(ASN1_OBJECT *obj, ASN1_STRING *str) static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str) { char buf[25], *pbuf, *p; int j; Loading crypto/x509v3/v3_utl.c +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ static int sk_strcmp(const char *const *a, const char *const *b); static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, GENERAL_NAMES *gens); static void str_free(OPENSSL_STRING str); static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email); static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, const ASN1_IA5STRING *email); static int ipv4_from_asc(unsigned char *v4, const char *in); static int ipv6_from_asc(unsigned char *v6, const char *in); Loading Loading @@ -452,7 +452,7 @@ static void str_free(OPENSSL_STRING str) OPENSSL_free(str); } static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email) static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, const ASN1_IA5STRING *email) { char *emtmp; /* First some sanity checks */ Loading Loading
apps/ca.c +2 −2 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ static int do_updatedb(CA_DB *db); static int check_time_format(const char *str); char *make_revocation_str(int rev_type, char *rev_arg); int make_revoked(X509_REVOKED *rev, const char *str); static int old_entry_print(ASN1_OBJECT *obj, ASN1_STRING *str); static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str); static CONF *extconf = NULL; static int preserve = 0; Loading Loading @@ -2412,7 +2412,7 @@ int make_revoked(X509_REVOKED *rev, const char *str) return ret; } static int old_entry_print(ASN1_OBJECT *obj, ASN1_STRING *str) static int old_entry_print(const ASN1_OBJECT *obj, const ASN1_STRING *str) { char buf[25], *pbuf, *p; int j; Loading
crypto/x509v3/v3_utl.c +2 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ static int sk_strcmp(const char *const *a, const char *const *b); static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, GENERAL_NAMES *gens); static void str_free(OPENSSL_STRING str); static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email); static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, const ASN1_IA5STRING *email); static int ipv4_from_asc(unsigned char *v4, const char *in); static int ipv6_from_asc(unsigned char *v6, const char *in); Loading Loading @@ -452,7 +452,7 @@ static void str_free(OPENSSL_STRING str) OPENSSL_free(str); } static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email) static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, const ASN1_IA5STRING *email) { char *emtmp; /* First some sanity checks */ Loading