Skip to content

Commit

Permalink
Update tls.c consistent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ablanken authored Oct 18, 2024
1 parent 99fdc67 commit a749a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -3191,7 +3191,7 @@ int cbtls_verify(int ok, X509_STORE_CTX *ctx)
#ifdef GEN_URI
case GEN_URI:
vp = fr_pair_make(talloc_ctx, certs, cert_attr_names[FR_TLS_SAN_URI][lookup],
(char const *) ASN1_STRING_get0_data(name->d.uniformResourceIdentifier), T_OP_SET);
(char const *) ASN1_STRING_get0_data(name->d.uniformResourceIdentifier), T_OP_SET);
rdebug_pair(L_DBG_LVL_2, request, vp, NULL);
break;
#endif /* GEN_URI */
Expand Down

0 comments on commit a749a0c

Please sign in to comment.