diff options
author | Rob Austein <sra@hactrn.net> | 2016-04-08 21:25:43 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-04-08 21:25:43 +0000 |
commit | 68d8ff79fc48cb0ae82399628cd7bf1ca459bc3b (patch) | |
tree | 9f1bf6219c803a26c29a7216ebd7e7a3be9adb79 /h/rpki/sk_manifest.h | |
parent | 6a8906e83a45c3c04c39eb4e71fcda0b1da293df (diff) |
OpenSSL 1.1 compatability, part 1.
OpenSSL 1.1 will include some backwards-compatible API changes. In
some cases, the new API won't be available until OpenSSL 1.1, but a
lot of the new API already exists in OpenSSL 1.0.2.
This commit switches the parts that can be switched with OpenSSL 1.0.
Other changes deferred until OpenSSL 1.1 public release.
svn path=/branches/tk705/; revision=6351
Diffstat (limited to 'h/rpki/sk_manifest.h')
-rw-r--r-- | h/rpki/sk_manifest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h/rpki/sk_manifest.h b/h/rpki/sk_manifest.h index 59ff80a5..48ad6317 100644 --- a/h/rpki/sk_manifest.h +++ b/h/rpki/sk_manifest.h @@ -1,6 +1,6 @@ /* * Automatically generated, do not edit. - * Generator $Id: defstack.py 4878 2012-11-15 22:13:53Z sra $ + * Generator $Id: defstack.py 6152 2015-10-26 06:29:00Z sra $ */ #ifndef __RPKI_MANIFEST_H__DEFSTACK_H__ |