src/java.security.jgss/share/classes/module-info.java
branchJDK-8145252-TLS13-branch
changeset 56542 56aaa6cb3693
parent 47216 71c04702a3d5
equal deleted inserted replaced
56541:92cbbfc996f3 56542:56aaa6cb3693
    53     opens sun.net.www.protocol.http.spnego to
    53     opens sun.net.www.protocol.http.spnego to
    54         java.base;
    54         java.base;
    55 
    55 
    56     provides java.security.Provider with
    56     provides java.security.Provider with
    57         sun.security.jgss.SunProvider;
    57         sun.security.jgss.SunProvider;
    58     provides sun.security.ssl.ClientKeyExchangeService with
       
    59         sun.security.krb5.internal.ssl.Krb5KeyExchangeService;
       
    60 }
    58 }
    61 
    59