8240997: Remove more "hack" word in security codes

Reviewed-by: xuelei
This commit is contained in:
Jack Hartstein 2021-06-09 02:12:25 +00:00 committed by Jamil Nimeh
parent 1c3932f3d5
commit 58a59e3dcb
4 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2006, 2021, 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
@ -80,7 +80,7 @@ public class CurveDB {
return (NamedCurve)params;
}
// This is a hack to allow SunJSSE to work with 3rd party crypto
// This code allows SunJSSE to work with 3rd party crypto
// providers for ECC and not just SunPKCS11.
// This can go away once we decide how to expose curve names in the
// public API.