Skip to content

Commit 4cb5c8b

Browse files
asvradallly
authored andcommitted
Fix typo in comments
SGX_QE_PLATFORM_LIB_UNAVAILABLE -> SGX_QL_PLATFORM_LIB_UNAVAILABLE
1 parent 71bc4f6 commit 4cb5c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QuoteGeneration/quote_wrapper/quote/qe_logic.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ static quote3_error_t getencryptedppid(sgx_target_info_t& pce_target_info, uint8
934934
* @param buf_size Size in bytes pointed to by p_buf. Must be no larger than MAX_PATH.
935935
* @param p_label String of the label for the data to be stored. Must not be NULL.
936936
*
937-
* @return SGX_QE_PLATFORM_LIB_UNAVAILABLE
937+
* @return SGX_QL_PLATFORM_LIB_UNAVAILABLE
938938
* @return SGX_QL_ERROR_UNEXPECTED
939939
* @return SGX_QL_ERROR_INVALID_PARAMETER
940940
* @return SGX_QL_FILE_ACCESS_ERROR
@@ -1015,7 +1015,7 @@ static quote3_error_t write_persistent_data(const uint8_t *p_buf,
10151015
* @param p_label String of the label for the data to be stored. Must not be NULL.
10161016
*
10171017
* @return SGX_QL_SUCCESS
1018-
* @return SGX_QE_PLATFORM_LIB_UNAVAILABLE
1018+
* @return SGX_QL_PLATFORM_LIB_UNAVAILABLE
10191019
* @return SGX_QL_ERROR_UNEXPECTED
10201020
* @return SGX_QL_ERROR_INVALID_PARAMETER
10211021
* @return SGX_QL_FILE_ACCESS_ERROR

0 commit comments

Comments
 (0)