diff options
author | lloyd <[email protected]> | 2013-11-28 17:14:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-28 17:14:25 +0000 |
commit | c6b01f12d2bb7f9d781cbb65c717b9d0ef0efa61 (patch) | |
tree | 9fbd9ca3750d8e53d3f264619a7d099a7f481f6a /src/cert | |
parent | 1250f37fdf54d9380b7de0446c5e648842978494 (diff) |
Give everything setting a feature test macro in build.h a version code
so application code can check for the specific API it expects without
having to keep track of what versions APIs x,y,z changed. Arbitrarily
set all current API versions to 20131128.
Diffstat (limited to 'src/cert')
-rw-r--r-- | src/cert/cvc/info.txt | 2 | ||||
-rw-r--r-- | src/cert/ocsp/info.txt | 2 | ||||
-rw-r--r-- | src/cert/x509/info.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cert/cvc/info.txt b/src/cert/cvc/info.txt index 3cf759188..1d8e54dc4 100644 --- a/src/cert/cvc/info.txt +++ b/src/cert/cvc/info.txt @@ -1,4 +1,4 @@ -define CARD_VERIFIABLE_CERTIFICATES +define CARD_VERIFIABLE_CERTIFICATES 20131128 load_on request <header:public> diff --git a/src/cert/ocsp/info.txt b/src/cert/ocsp/info.txt index 0db22f687..9f99b30fd 100644 --- a/src/cert/ocsp/info.txt +++ b/src/cert/ocsp/info.txt @@ -1,4 +1,4 @@ -define OCSP +define OCSP 20131128 <requires> x509 diff --git a/src/cert/x509/info.txt b/src/cert/x509/info.txt index c994dab8f..061c52a13 100644 --- a/src/cert/x509/info.txt +++ b/src/cert/x509/info.txt @@ -1,4 +1,4 @@ -define X509_CERTIFICATES +define X509_CERTIFICATES 20131128 <requires> datastor |