X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FBaseCryptLib%2FPk%2FCryptX509Null.c;h=31cae46154617592698ad629e4872c6bae6a30dd;hp=d86c784a7f284c9a9c43ec67faa31a3bf7240ded;hb=630f67ddfea296ccb59d7863796210e130eec67e;hpb=2b5c643ae8f7e72a56deeacead6b5302a076d329 diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c b/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c index d86c784a7f..31cae46154 100644 --- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c +++ b/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c @@ -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