Skip to content

Commit

Permalink
Fixed configure help message for --with-crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
rd235 authored and danielinux committed Oct 22, 2024
1 parent e3f7019 commit e84cc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ AC_ARG_ENABLE([experimental],

# Select crypt implementation for cryptcab
AC_ARG_WITH([crypt],
AS_HELP_STRING([],
[Choose implementation for cryptcab - wolfssl, mbedtls]),
AS_HELP_STRING([--with-crypt=wolfssl|mbedtls],
[Choose implementation for cryptcab]),
[crypt="$withval"],
[crypt='wolfssl'])

Expand Down

0 comments on commit e84cc63

Please sign in to comment.