5f55572 Add in check to be sure that the same server isn't initialized with SSL

Authored and Committed by rcritten 18 years ago
    Add in check to be sure that the same server isn't initialized with SSL
    more than once. This avoids a crash during shutdown where the same
    certificates and keys will try to be released multiple times. This is
    based on ssl_init_server_check() from mod_ssl.
    
        
file modified
+15 -0