X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLibRuntimeCryptProtocol%2FPk%2FCryptDhNull.c;fp=CryptoPkg%2FLibrary%2FBaseCryptLibRuntimeCryptProtocol%2FPk%2FCryptDhNull.c;h=4def5171627a17b44c114e675ee2f9e717e68592;hp=35045db3c8efb7adc79da30ce37d9e0fc3d2e38e;hb=630f67ddfea296ccb59d7863796210e130eec67e;hpb=2b5c643ae8f7e72a56deeacead6b5302a076d329 diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptDhNull.c b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptDhNull.c index 35045db3c8..4def517162 100644 --- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptDhNull.c +++ b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptDhNull.c @@ -2,7 +2,7 @@ Diffie-Hellman Wrapper Implementation which does not provide real capabilities. -Copyright (c) 2012, Intel Corporation. All rights reserved.
+Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -98,7 +98,7 @@ DhSetParameter ( ) { ASSERT (FALSE); - return FALSE; + return FALSE; } /**