From 94c547eef9db4918e8cd349b5bda0b2f5365d853 Mon Sep 17 00:00:00 2001 From: Fred Gylys-Colwell Date: Wed, 6 Dec 2023 13:20:41 -0800 Subject: [PATCH] Fix markdown link Change-Id: Ib0e44a5bca0d3e430051086dd8b42f09c605a254 --- libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h b/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h index c4f3b884..4b26675d 100644 --- a/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h +++ b/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h @@ -5290,7 +5290,7 @@ OEMCryptoResult OEMCrypto_InstallOemPrivateKey( /** * Enter Test Mode. This enables OEMCrypto test functionality. Without a call to - * this function, none of the test functions](./test-verify) shall be + * this function, none of the [test functions](./test-verify) shall be * enabled. After this function has been called, OEMCrypto will not use the * production keybox. Once OEMCrypto has entered Test Mode, it will not leave * Test Mode until the next reboot.