Skip to content

Commit

Permalink
Remove redundant comment in WinCAPISeedGenerator.c
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirvanSarkar committed Aug 29, 2024
1 parent e57b593 commit d0ad904
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/java.base/windows/native/libjava/WinCAPISeedGenerator.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2002, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2002, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d0ad904

Please sign in to comment.