Test: link drbgtest statically against libcrypto
[oweals/openssl.git] / crypto / rand / drbg_lib.c
index c1d89f8a380759cf96769e275de333eff9f1b57c..a13282181d6d1b31c606677ca55c0adad1f7c919 100644 (file)
@@ -974,12 +974,8 @@ static int drbg_bytes(unsigned char *out, int count)
  * Calculates the minimum length of a full entropy buffer
  * which is necessary to seed (i.e. instantiate) the DRBG
  * successfully.
- *
- * NOTE: There is a copy of this function in drbgtest.c.
- *       If you change anything here, you need to update
- *       the copy accordingly.
  */
-static size_t rand_drbg_seedlen(RAND_DRBG *drbg)
+size_t rand_drbg_seedlen(RAND_DRBG *drbg)
 {
     /*
      * If no os entropy source is available then RAND_seed(buffer, bufsize)