Dead code cleanup: crypto/*.c, x509v3, demos
[openssl.git] / demos / engines / rsaref / rsaref.c
index b6429de1a786576f8c39d8c04cb5eb9f62b88e32..d5a6e6c83376bf6424b4fd4e12fb32d89d43c741 100644 (file)
@@ -36,9 +36,6 @@ static const char *engine_rsaref_name = "RSAref engine support";
 static int rsaref_destroy(ENGINE *e);
 static int rsaref_init(ENGINE *e);
 static int rsaref_finish(ENGINE *e);
-#if 0
-static int rsaref_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) ());
-#endif
 
 /*****************************************************************************
  * Engine commands