Remove obsolete comment
Was explaining why we didn't use the OPENSSL name, but we are using it now... Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
c572246fa5
commit
6e666c2e79
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ SRVMEM=0
|
|||
# default commands, can be overridden by the environment
|
||||
: ${M_SRV:=../programs/ssl/ssl_server2}
|
||||
: ${M_CLI:=../programs/ssl/ssl_client2}
|
||||
: ${OPENSSL:=openssl} # OPENSSL would conflict with the build system
|
||||
: ${OPENSSL:=openssl}
|
||||
: ${GNUTLS_CLI:=gnutls-cli}
|
||||
: ${GNUTLS_SERV:=gnutls-serv}
|
||||
|
||||
|
|
Loading…
Reference in a new issue