Catch up to the removal of OSSL_STORE_open_file()
[openssl.git] / doc / man3 / OSSL_STORE_INFO.pod
index 22ab6665727345dca09bd91d96326814bf2ceac3..9b9e93b609ba7eaf75c2ab3b7d026e2fa059292c 100644 (file)
@@ -16,7 +16,7 @@ OSSL_STORE_INFO_new_CRL - Functions to manipulate OSSL_STORE_INFO objects
 =head1 SYNOPSIS
 
  #include <openssl/store.h>
+
  typedef struct ossl_store_info_st OSSL_STORE_INFO;
 
  int OSSL_STORE_INFO_get_type(const OSSL_STORE_INFO *store_info);
@@ -117,10 +117,10 @@ used by the application to get the objects in that file.
 This can be applied to all schemes that can somehow support a listing
 of object URIs.
 
-For C<file:> URIs that are used without the explicit scheme, or paths
-given to L<OSSL_STORE_open_file(3)>, the returned name will be the path of
-each object, so if C</foo/bar> was given and that path has the file
-C<cookie.pem>, the name C</foo/bar/cookie.pem> will be returned.
+For C<file:> URIs that are used without the explicit scheme, the
+returned name will be the path of each object, so if C</foo/bar> was
+given and that path has the file C<cookie.pem>, the name
+C</foo/bar/cookie.pem> will be returned.
 
 At the discretion of the loader that was used to get these names, an
 extra description may be attached as well.