DRBG: unify initialization and cleanup code
[openssl.git] / include / internal / rand.h
index a7d291206936e0002a87611067d9b8a903e4b3e2..1dde659716b1ecf467d22b6047bd4679b5c0a456 100644 (file)
@@ -28,6 +28,7 @@
  * Object lifetime functions.
  */
 RAND_DRBG *RAND_DRBG_new(int type, unsigned int flags, RAND_DRBG *parent);
+RAND_DRBG *RAND_DRBG_secure_new(int type, unsigned int flags, RAND_DRBG *parent);
 int RAND_DRBG_set(RAND_DRBG *drbg, int type, unsigned int flags);
 int RAND_DRBG_instantiate(RAND_DRBG *drbg,
                           const unsigned char *pers, size_t perslen);