summaryrefslogtreecommitdiff
path: root/src/p11tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p11tool.c')
-rw-r--r--src/p11tool.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/p11tool.c b/src/p11tool.c
index 693828fcc2..e60f74a9f1 100644
--- a/src/p11tool.c
+++ b/src/p11tool.c
@@ -44,7 +44,7 @@
/* Gnulib portability files. */
#include <read-file.h>
-#include "p11tool-args.h"
+#include "p11tool-options.h"
#include "p11tool.h"
#include "certtool-common.h"
@@ -234,12 +234,12 @@ static void cmd_parser(int argc, char **argv)
cinfo.only_urls = 1;
}
- if (ENABLED_OPT(INDER) || ENABLED_OPT(INRAW))
+ if (ENABLED_OPT(INDER))
cinfo.incert_format = GNUTLS_X509_FMT_DER;
else
cinfo.incert_format = GNUTLS_X509_FMT_PEM;
- if (HAVE_OPT(OUTDER) || HAVE_OPT(OUTRAW))
+ if (HAVE_OPT(OUTDER))
cinfo.outcert_format = GNUTLS_X509_FMT_DER;
else
cinfo.outcert_format = GNUTLS_X509_FMT_PEM;