STORE 'file' scheme loader: Add directory listing capability
[openssl.git] / crypto / err / err.c
index 17a9fe135101225dc32dc4550ae44b2c2663254f..adbd41e1444b76cc2cd40519e36912383187aed1 100644 (file)
@@ -88,6 +88,7 @@ static ERR_STRING_DATA ERR_str_functs[] = {
     {ERR_PACK(0, SYS_F_OPEN, 0), "open"},
     {ERR_PACK(0, SYS_F_CLOSE, 0), "close"},
     {ERR_PACK(0, SYS_F_IOCTL, 0), "ioctl"},
+    {ERR_PACK(0, SYS_F_STAT, 0), "stat"},
     {0, NULL},
 };