Constify various mostly X509-related parameter types in crypto/ and apps/
[oweals/openssl.git] / apps / include / apps.h
index de068d967023b62c4acffacf5bec3f30f4e05cb2..2d22192925f5dc49c596195e999cb957efbfb4c8 100644 (file)
@@ -91,7 +91,7 @@ int wrap_password_callback(char *buf, int bufsiz, int verify, void *cb_data);
 
 int chopup_args(ARGS *arg, char *buf);
 int dump_cert_text(BIO *out, X509 *x);
-void print_name(BIO *out, const char *title, X509_NAME *nm,
+void print_name(BIO *out, const char *title, const X509_NAME *nm,
                 unsigned long lflags);
 void print_bignum_var(BIO *, const BIGNUM *, const char*,
                       int, unsigned char *);