Skip to content

Commit

Permalink
Change: Make OPENVAS_ENCAPS_TLSv13 visible for nasl scripts (backport #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Oct 29, 2021
2 parents 1ab8528 + 8214bd8 commit 369c905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nasl/nasl_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ static struct
{"ENCAPS_TLSv1", OPENVAS_ENCAPS_TLSv1},
{"ENCAPS_TLSv11", OPENVAS_ENCAPS_TLSv11},
{"ENCAPS_TLSv12", OPENVAS_ENCAPS_TLSv12},
{"ENCAPS_TLSv13", OPENVAS_ENCAPS_TLSv13},
{"ENCAPS_TLScustom", OPENVAS_ENCAPS_TLScustom},
{"ENCAPS_MAX", OPENVAS_ENCAPS_MAX},
{"TH_FIN", TH_FIN},
Expand Down

0 comments on commit 369c905

Please sign in to comment.