diff options
author | Jack Lloyd <[email protected]> | 2017-01-04 13:40:19 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-04 13:40:19 -0500 |
commit | d5f42acd711194c4738859180471b0bd82bc00cb (patch) | |
tree | 46c0d5392714e42e1de812c8630f70d88ae9c24c /src/lib/x509/certstor_sql | |
parent | 51b83c2f3807cfd36744b94dfe337a6d31f00847 (diff) |
Move Data_Store from utils to x509
It is not a general purpose util or something we want applications to use.
It is only used by x509 and hopefully will be removed from there soon enough.
Diffstat (limited to 'src/lib/x509/certstor_sql')
-rw-r--r-- | src/lib/x509/certstor_sql/info.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/x509/certstor_sql/info.txt b/src/lib/x509/certstor_sql/info.txt index cfdd521a2..619784e70 100644 --- a/src/lib/x509/certstor_sql/info.txt +++ b/src/lib/x509/certstor_sql/info.txt @@ -1,5 +1,2 @@ define CERTSTOR_SQL 20160818 -<requires> -datastor -</requires> |