diff options
author | Jack Lloyd <[email protected]> | 2017-12-04 16:58:19 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-04 16:58:19 -0500 |
commit | f82ee841f719926e91eb4a5533c964821f08488d (patch) | |
tree | 21c5924b896caa716e9a690a6cc2463bbede82ea /doc | |
parent | e5f39dd483a08accc8a12e8b322a48037c5b3bf4 (diff) |
Simplify date conversion by avoiding OS utilities
We have to rely on non-portable OS calls to convert UTC times,
and they are not available on many systems (including Solaris and MinGW).
But instead there is a simple algorithm due to Howard Hinnant that
does the same job. Woo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/deprecated.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/deprecated.rst b/doc/manual/deprecated.rst index 8cfe7e590..a7dc4bf12 100644 --- a/doc/manual/deprecated.rst +++ b/doc/manual/deprecated.rst @@ -55,3 +55,5 @@ in the source. - All built in MODP groups < 2048 bits - All pre-created DSA groups + +- Directly accessing the member variables of calendar_point |