Skip to content

Commit 56a8425

Browse files
mattmundellbjoernricks
authored andcommitted
Format
1 parent d5fc5f5 commit 56a8425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/serverutils_tests.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Ensure (serverutils, server_new_gnutls_set)
5151

5252
chk (gnutls_x509_crt_set_version (cert, 3));
5353
chk (gnutls_x509_crt_set_serial (cert, serial, sizeof (serial)));
54-
chk (gnutls_x509_crt_set_dn_by_oid(cert, GNUTLS_OID_X520_COMMON_NAME, 0,
55-
"Eg", strlen ("Eg")));
54+
chk (gnutls_x509_crt_set_dn_by_oid (cert, GNUTLS_OID_X520_COMMON_NAME, 0,
55+
"Eg", strlen ("Eg")));
5656
chk (gnutls_x509_crt_set_issuer_dn (cert, "CN=Self-Signed Certificate", 0));
5757

5858
chk (gnutls_x509_crt_set_activation_time (cert, time (NULL)));

0 commit comments

Comments
 (0)