aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/x509_ca.h
diff options
context:
space:
mode:
authorNuno Goncalves <[email protected]>2017-03-08 16:25:47 +0100
committerNuno Goncalves <[email protected]>2017-04-03 22:39:11 +0200
commitb1de0a91c2205349beefa205b36cc89a5ebb274b (patch)
tree8117e02f8fd5aec3385aa5c5d424f3df444801ca /src/lib/x509/x509_ca.h
parent2d96d71f78ff1924ffb48cf49568b8f487e9018f (diff)
X509_CA: constantify X509_CA::sign_request
Signed-off-by: Nuno Goncalves <[email protected]>
Diffstat (limited to 'src/lib/x509/x509_ca.h')
-rw-r--r--src/lib/x509/x509_ca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/x509/x509_ca.h b/src/lib/x509/x509_ca.h
index 0448e109b..bc4b3a506 100644
--- a/src/lib/x509/x509_ca.h
+++ b/src/lib/x509/x509_ca.h
@@ -38,7 +38,7 @@ class BOTAN_DLL X509_CA
X509_Certificate sign_request(const PKCS10_Request& req,
RandomNumberGenerator& rng,
const X509_Time& not_before,
- const X509_Time& not_after);
+ const X509_Time& not_after) const;
/**
* Get the certificate of this CA.