File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/BenchmarksApps/TLS/Kestrel Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 dockerLinuxKestrelServer :
4545 sources :
4646 dockerKestrel :
47- repository : https://github.com/deaglegross /benchmarks.git
48- branchOrCommit : dmkorolev/idna/openssl-versioning
47+ repository : https://github.com/aspnet /benchmarks.git
48+ branchOrCommit : main
4949 dockerFile : dockerKestrel/src/BenchmarksApps/TLS/Kestrel/Dockerfile
5050 dockerImageName : dockerKestrel
5151 dockerContextDirectory : dockerKestrel/src/BenchmarksApps/TLS/Kestrel
Original file line number Diff line number Diff line change @@ -243,5 +243,5 @@ static void LogOpenSSLVersion()
243243 process . Start ( ) ;
244244 process . WaitForExit ( ) ;
245245 var output = process . StandardOutput . ReadToEnd ( ) ;
246- Console . WriteLine ( "In app openssl version: " + output ) ;
246+ Console . WriteLine ( output ) ;
247247}
You can’t perform that action at this time.
0 commit comments