8366058: Outdated comment in WinCAPISeedGenerator

Reviewed-by: mullan
This commit is contained in:
Daisuke Yamazaki 2026-01-05 13:19:32 +00:00 committed by Sean Mullan
parent e676c9de3d
commit eee58545c8

View File

@ -31,10 +31,6 @@
/*
* Get a random seed from the MS CryptoAPI. Return true if successful, false
* otherwise.
*
* Some early versions of Windows 95 do not support the required functions.
* Use runtime linking to avoid problems.
*
*/
JNIEXPORT jboolean JNICALL Java_sun_security_provider_NativeSeedGenerator_nativeGenerateSeed
(JNIEnv *env, jclass clazz, jbyteArray randArray)