Description
Sets up internal data structures to use SSL when communicating
with the RSPD. This function is meant to be called after
the server structure is created (with RSP_newServer) but
before an actual connection is established with the
RSP_serverConnect function. Should this function be called
while a connection is active that connection will be closed.
The keyfile parameter is the path to the keyfile used
by SSL. This file does not have to exist; if it does not,
RSP_serverUseSSL will create it.