Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Nov 5, 2024
1 parent 8b749f8 commit 2596893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tls/pairs.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ int fr_tls_session_pairs_from_x509_cert(fr_pair_list_t *pair_list, TALLOC_CTX *c
GENERAL_NAME *name = sk_GENERAL_NAME_value(names, i);

switch (name->type) {
#ifdef GEN_EMAI
#ifdef GEN_EMAIL
case GEN_EMAIL:
MEM(fr_pair_append_by_da(ctx, &vp, pair_list,
attr_tls_certificate_subject_alt_name_email) == 0);
Expand Down

0 comments on commit 2596893

Please sign in to comment.