#3899: mutt_ssl's interactive_check_cert() has several issues
-----------------------+----------------------
  Reporter:  kevin8t8  |      Owner:  mutt-dev
      Type:  defect    |     Status:  closed
  Priority:  major     |  Milestone:
 Component:  crypto    |    Version:
Resolution:  fixed     |   Keywords:
-----------------------+----------------------

Comment (by derekmartin):

 oops, I missed the struct itself:

 {{{
 typedef struct _cert_check_parts {
     char *common_name;
     char *email_addr;
     char *org_name;
     char *org_unit_name;
     char *locality;
     char *state_prov;
     char *country;
 } mutt_cert_check_parts;

 }}}

--
Ticket URL: <https://dev.mutt.org/trac/ticket/3899#comment:12>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Reply via email to