fixed two typos
This commit is contained in:
+2
-2
@@ -289,7 +289,7 @@ AC_ARG_ENABLE(
|
|||||||
|
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
[pkcs1],
|
[pkcs1],
|
||||||
AS_HELP_STRING([--disable-pkcs],[disable PKCS1 key decoding plugin. (default is NO).]),
|
AS_HELP_STRING([--disable-pkcs1],[disable PKCS1 key decoding plugin. (default is NO).]),
|
||||||
[if test x$enableval = xyes; then
|
[if test x$enableval = xyes; then
|
||||||
pkcs1=true
|
pkcs1=true
|
||||||
else
|
else
|
||||||
@@ -300,7 +300,7 @@ AC_ARG_ENABLE(
|
|||||||
|
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
[pgp],
|
[pgp],
|
||||||
AS_HELP_STRING([--disable-pkcs],[disable PGP key decoding plugin. (default is NO).]),
|
AS_HELP_STRING([--disable-pgp],[disable PGP key decoding plugin. (default is NO).]),
|
||||||
[if test x$enableval = xyes; then
|
[if test x$enableval = xyes; then
|
||||||
pgp=true
|
pgp=true
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user