e_padlock-x86.pl: make it work on VIA C3 (which doesn't support SSE2).
[openssl.git] / apps / apps.h
index adfaa29f971d33ff0b7f647412308cd99e136fb8..77d07dac44f19351ce4fdce14e842e9bbe3a7a53 100644 (file)
@@ -321,6 +321,8 @@ int do_X509_sign(BIO *err, X509 *x, EVP_PKEY *pkey, const EVP_MD *md,
                        STACK_OF(OPENSSL_STRING) *sigopts);
 int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md,
                        STACK_OF(OPENSSL_STRING) *sigopts);
+int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md,
+                       STACK_OF(OPENSSL_STRING) *sigopts);
 #ifndef OPENSSL_NO_PSK
 extern char *psk_key;
 #endif
@@ -362,3 +364,9 @@ int raw_write_stdout(const void *,int);
 #define TM_STOP                1
 double app_tminterval (int stop,int usertime);
 #endif
+
+#define OPENSSL_NO_SSL_INTERN
+
+#ifndef OPENSSL_NO_NEXTPROTONEG
+unsigned char *next_protos_parse(unsigned short *outlen, const char *in);
+#endif