e_padlock-x86.pl: make it work on VIA C3 (which doesn't support SSE2).
[openssl.git] / apps / apps.h
index 8bd36436dbe2c928d169a9217ade0f5896a1d370..77d07dac44f19351ce4fdce14e842e9bbe3a7a53 100644 (file)
@@ -365,6 +365,8 @@ int raw_write_stdout(const void *,int);
 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