X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FPlatformSecureLibNull%2FPlatformSecureLibNull.c;h=f222e7cb42e55972c69006c80444810984e3a1c8;hp=cfce97e2844d34c7051325974a7e0b063ae71c24;hb=3c48e853eb6e6e85a4429b717620cfa9a5218867;hpb=ecc722ad418a926af4e383f8977444717786fe20 diff --git a/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c index cfce97e284..f222e7cb42 100644 --- a/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c +++ b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c @@ -35,5 +35,5 @@ UserPhysicalPresent ( VOID ) { - return FALSE; + return TRUE; }