summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/certtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certtool.c b/src/certtool.c
index 570c278c63..414587d860 100644
--- a/src/certtool.c
+++ b/src/certtool.c
@@ -139,7 +139,7 @@ cipher_to_flags (const char *cipher)
{
if (cipher == NULL)
{
- return GNUTLS_PKCS_USE_PBES2_AES_128;
+ return GNUTLS_PKCS_USE_PKCS12_ARCFOUR;
}
else if (strcasecmp (cipher, "3des") == 0)
{