Move more general parts of internal/cryptlib.h to new internal/common.h
[openssl.git] / providers / implementations / storemgmt / file_store.c
index 59d4e084ce5566d7a2491c5685c457bfc28263ad..340b01bd2c133e0e243a020cd981ff3d32bc5a60 100644 (file)
@@ -169,7 +169,6 @@ static struct file_ctx_st *file_open_stream(BIO *source, const char *uri,
     return NULL;
 }
 
-/* This function has quite some overlap with engines/e_loader_attic.c */
 static void *file_open_dir(const char *path, const char *uri, void *provctx)
 {
     struct file_ctx_st *ctx;