summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-01-25 19:43:52 +0000
committerRichard Levitte <levitte@openssl.org>2002-01-25 19:43:52 +0000
commit80bb905d3dddc1fb1ba34c03f656f00e7f3707cf (patch)
tree9a9787d1a94ae8013f9ce6a789d4d135179df242 /apps/apps.h
parenta297985f4252e076cb32bf92b117e0caddce3c2c (diff)
Apply the following changes by Toomas Kiisk <vix@cyber.ee>:
* make openssl rsa work with -engine chil * misc changes, including debug-linux-ppro Configure target and FORMAT_NETSCAPE-aware load_{,pub}key() This completes the application of his changes.
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index c60b28a7e0..db75538a03 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -257,6 +257,8 @@ int make_serial_index(TXT_DB *db);
#define FORMAT_PKCS12 5
#define FORMAT_SMIME 6
#define FORMAT_ENGINE 7
+#define FORMAT_IISSGC 8 /* XXX this stupid macro helps us to avoid
+ * adding yet another param to load_*key() */
#define EXT_COPY_NONE 0
#define EXT_COPY_ADD 1