Made changes to deal with issues found during self-code review.
Added lock callback functionality for interfacing with OpenSSL in a multi-threaded environment.
This commit is contained in:
		| @@ -113,7 +113,7 @@ ObtainAuthTokenEx( | ||||
|                                   pAuthTokenBufLen, | ||||
|                                   pCredStoreScope); | ||||
|  | ||||
|    DbgTrace(1, "-ObtainAuthTokenEx- End, retStatus = %08X\n", retStatus); | ||||
|    DbgTrace(1, "-ObtainAuthTokenEx- End, retStatus = %0X\n", retStatus); | ||||
|  | ||||
|    return retStatus; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user