aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert/x509/pkcs10.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-10-12 16:25:19 -0400
committerJack Lloyd <[email protected]>2016-10-12 16:25:19 -0400
commit60fc0ebf44e746b17d46a9d53054064808476495 (patch)
tree27a90a6574a7ba05e6a55b334ac28fbcf4a80877 /src/lib/cert/x509/pkcs10.h
parent7a40d6c03012bde4e06d65b92bf06ccab2b73d93 (diff)
More no-filesystem fixes
Diffstat (limited to 'src/lib/cert/x509/pkcs10.h')
-rw-r--r--src/lib/cert/x509/pkcs10.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cert/x509/pkcs10.h b/src/lib/cert/x509/pkcs10.h
index 8c9f49d84..c7a9ec300 100644
--- a/src/lib/cert/x509/pkcs10.h
+++ b/src/lib/cert/x509/pkcs10.h
@@ -86,12 +86,14 @@ class BOTAN_DLL PKCS10_Request final : public X509_Object
*/
explicit PKCS10_Request(DataSource& source);
+#if defined(BOTAN_TARGET_OS_HAS_FILESYSTEM)
/**
* Create a PKCS#10 Request from a file.
* @param filename the name of the file containing the DER or PEM
* encoded request file
*/
explicit PKCS10_Request(const std::string& filename);
+#endif
/**
* Create a PKCS#10 Request from binary data.