Stop warning.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 21 Jun 2011 16:42:15 +0000 (16:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 21 Jun 2011 16:42:15 +0000 (16:42 +0000)
engines/e_padlock.c

index fb6aee82a5465734794f5b22fe828e74c88ee336..9f7a85a8da57a0f2d6ec0ddf4b9e6fe2fe954a10 100644 (file)
 #endif
 
 #ifdef OPENSSL_NO_DYNAMIC_ENGINE
+#ifdef COMPILE_HW_PADLOCK
 static ENGINE *ENGINE_padlock (void);
+#endif
 
 void ENGINE_load_padlock (void)
 {