Home
last modified time | relevance | path

Searched refs:pSecretFile (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/sapi/litespeed/
H A Dlsapilib.c678 static int readSecret( const char * pSecretFile ) in readSecret() argument
681 int fd = open( pSecretFile, O_RDONLY , 0600 ); in readSecret()
684 fprintf( stderr, "LSAPI: failed to open secret file: %s!\n", pSecretFile ); in readSecret()
689 fprintf( stderr, "LSAPI: failed to check state of file: %s!\n", pSecretFile ); in readSecret()
703 fprintf( stderr, "LSAPI: file permission check failure: %s\n", pSecretFile ); in readSecret()
709 fprintf( stderr, "LSAPI: failed to read secret from secret file: %s\n", pSecretFile ); in readSecret()

Completed in 10 milliseconds