| 123456789101112 |
- package tls
- // This file contains all the alias functions, symbols, names, etc. that
- // was once used in the old version of the library. This is to ensure
- // backwards compatibility with the old version of the library.
- // TLS Extensions
- // UtlsExtendedMasterSecretExtension is an alias for ExtendedMasterSecretExtension.
- //
- // Deprecated: Use ExtendedMasterSecretExtension instead.
- type UtlsExtendedMasterSecretExtension = ExtendedMasterSecretExtension
|