VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Library/VeraCryptLib
diff options
context:
space:
mode:
authormanison <manison@users.noreply.github.com>2019-01-21 18:32:27 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-01-21 18:32:27 +0100
commita0a048928cdc55bfc8fb1830c2f282b3de752d41 (patch)
treee00d517c337e588ad61f444b35c97ae575895c81 /Library/VeraCryptLib
parentce24edac4f9a132138817060b3a8f2a492ade2e4 (diff)
downloadVeraCrypt-DCS-a0a048928cdc55bfc8fb1830c2f282b3de752d41.tar.gz
VeraCrypt-DCS-a0a048928cdc55bfc8fb1830c2f282b3de752d41.zip
Rename functions conflicting with upstream edk (#10)
Diffstat (limited to 'Library/VeraCryptLib')
-rw-r--r--Library/VeraCryptLib/DcsVeraCrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/VeraCryptLib/DcsVeraCrypt.c b/Library/VeraCryptLib/DcsVeraCrypt.c
index 5d9be88..1249718 100644
--- a/Library/VeraCryptLib/DcsVeraCrypt.c
+++ b/Library/VeraCryptLib/DcsVeraCrypt.c
@@ -186,7 +186,7 @@ VCAuthLoadConfig()
ConfigReadString("PartitionGuidOS", "", strTemp, MAX_MSG);
if (strTemp[0] != 0) {
EFI_GUID g;
- if (AsciiStrToGuid(&g, strTemp)) {
+ if (DcsAsciiStrToGuid(&g, strTemp)) {
VCCONFIG_ALLOC(gPartitionGuidOS, sizeof(EFI_GUID));
if (gPartitionGuidOS != NULL) {
memcpy(gPartitionGuidOS, &g, sizeof(g));