Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-m committed Oct 15, 2023
1 parent 849e301 commit f9b07fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ltc/misc/pem/pem_ssh.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ struct ssh_pka ssh_pkas[] = {
#ifdef LTC_MRSA
{ "ssh-rsa", NULL, ssh_decode_rsa },
#endif
#ifdef LTC_MRSA
#ifdef LTC_MDSA
{ "ssh-dss", NULL, ssh_decode_dsa },
#endif
#ifdef LTC_MECC
Expand Down

0 comments on commit f9b07fd

Please sign in to comment.