constify
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
static void test_name(char *name, char *expected) {
|
static void test_name(const char *name, const char *expected) {
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
X509_NAME *parsed = parse_name(name);
|
X509_NAME *parsed = parse_name(name);
|
||||||
BIO *bio = BIO_new(BIO_s_mem());
|
BIO *bio = BIO_new(BIO_s_mem());
|
||||||
|
|||||||
Reference in New Issue
Block a user