Command line support for RSAPublicKey format.
diff --git a/apps/apps.h b/apps/apps.h
index 26dcbc5..6444477 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -331,6 +331,8 @@
 #define FORMAT_ENGINE   7
 #define FORMAT_IISSGC	8	/* XXX this stupid macro helps us to avoid
 				 * adding yet another param to load_*key() */
+#define FORMAT_PEMRSA	9	/* PEM RSAPubicKey format */
+#define FORMAT_ASN1RSA	10	/* DER RSAPubicKey format */
 
 #define EXT_COPY_NONE	0
 #define EXT_COPY_ADD	1