This commit is contained in:
Klas Lindfors
2014-06-24 10:39:17 +02:00
parent cdcbec8140
commit 5cdad1d785
+1 -1
View File
@@ -36,7 +36,7 @@
#include "util.h"
static void test_name(char *name, char *expected) {
static void test_name(const char *name, const char *expected) {
char buf[1024];
X509_NAME *parsed = parse_name(name);
BIO *bio = BIO_new(BIO_s_mem());