X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLibRuntimeCryptProtocol%2FPk%2FCryptX509Null.c;h=f95a2c0a890ef140f0448d8fc371806db03d9866;hp=d00f38daa83f8dc0fd2b31eb5acfaf62748af5fa;hb=630f67ddfea296ccb59d7863796210e130eec67e;hpb=2b5c643ae8f7e72a56deeacead6b5302a076d329 diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptX509Null.c b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptX509Null.c index d00f38daa8..f95a2c0a89 100644 --- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptX509Null.c +++ b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptX509Null.c @@ -2,7 +2,7 @@ X.509 Certificate Handler Wrapper Implementation which does not provide real capabilities. -Copyright (c) 2012 - 2014, 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 @@ -50,7 +50,7 @@ X509ConstructCertificate ( @param ... A list of DER-encoded single certificate data followed by certificate size. A NULL terminates the list. The pairs are the arguments to X509ConstructCertificate(). - + @retval FALSE This interface is not supported. **/ @@ -58,7 +58,7 @@ BOOLEAN EFIAPI X509ConstructCertificateStack ( IN OUT UINT8 **X509Stack, - ... + ... ) { ASSERT (FALSE); @@ -78,7 +78,7 @@ EFIAPI X509Free ( IN VOID *X509Cert ) -{ +{ ASSERT (FALSE); } @@ -196,7 +196,7 @@ RsaGetPublicKeyFromX509 ( @param[in] CACertSize Size of the CA Certificate in bytes. @retval FALSE This interface is not supported. - + **/ BOOLEAN EFIAPI