diff options
author | Jiaxin Wu <Jiaxin.wu@intel.com> | 2018-10-16 09:52:13 +0800 |
---|---|---|
committer | Jiaxin Wu <Jiaxin.wu@intel.com> | 2018-10-22 09:04:55 +0800 |
commit | 1682cc9353ecf688aa928fa102280c1d807ba3c5 (patch) | |
tree | 10cc964df5d46f9cc00eecbafd66e5a568b9bf8b /NetworkPkg | |
parent | 2c65efac570f14633c5001ce484dbffb8a11994a (diff) | |
download | edk2-1682cc9353ecf688aa928fa102280c1d807ba3c5.zip edk2-1682cc9353ecf688aa928fa102280c1d807ba3c5.tar.gz edk2-1682cc9353ecf688aa928fa102280c1d807ba3c5.tar.bz2 |
NetworkPkg/TlsDxe: Remove the redundant library class.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1018.
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Diffstat (limited to 'NetworkPkg')
-rw-r--r-- | NetworkPkg/TlsDxe/TlsDxe.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/NetworkPkg/TlsDxe/TlsDxe.inf b/NetworkPkg/TlsDxe/TlsDxe.inf index 907feb7..aaea0fc 100644 --- a/NetworkPkg/TlsDxe/TlsDxe.inf +++ b/NetworkPkg/TlsDxe/TlsDxe.inf @@ -5,7 +5,7 @@ # This module produces EFI TLS (Transport Layer Security) Protocol and EFI TLS
# Service Binding Protocol, to provide TLS services.
#
-# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -52,7 +52,6 @@ BaseLib
UefiLib
DebugLib
- NetLib
BaseCryptLib
TlsLib
|