[openssl] OpenSSL_1_1_1-stable update

Matt Caswell matt at openssl.org
Thu Oct 31 11:16:11 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  689c07b8d502301d82e09c1db04daf3c13b1d35d (commit)
      from  4f75d1d0cafb759407f6b44c0de52a9f2c2451dc (commit)


- Log -----------------------------------------------------------------
commit 689c07b8d502301d82e09c1db04daf3c13b1d35d
Author: Jakub Zelenka <jakub.openssl at gmail.com>
Date:   Sun Sep 8 17:38:35 2019 +0100

    Fix SYNOPSIS for ASN1_ENUMERATED_get_int64 and ASN1_ENUMERATED_set_int64
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/9823)
    
    (cherry picked from commit 2aa28a1abc893fb16b99ba77e2fecb1cbc8769c7)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/ASN1_INTEGER_get_int64.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man3/ASN1_INTEGER_get_int64.pod b/doc/man3/ASN1_INTEGER_get_int64.pod
index 9b73290742..ac6a5799df 100644
--- a/doc/man3/ASN1_INTEGER_get_int64.pod
+++ b/doc/man3/ASN1_INTEGER_get_int64.pod
@@ -22,10 +22,10 @@ ASN1_INTEGER_get_int64, ASN1_INTEGER_get, ASN1_INTEGER_set_int64, ASN1_INTEGER_s
  ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
  BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
 
- int ASN1_ENUMERATED_get_int64(int64_t *pr, const ASN1_INTEGER *a);
+ int ASN1_ENUMERATED_get_int64(int64_t *pr, const ASN1_ENUMERATED *a);
  long ASN1_ENUMERATED_get(const ASN1_ENUMERATED *a);
 
- int ASN1_ENUMERATED_set_int64(ASN1_INTEGER *a, int64_t r);
+ int ASN1_ENUMERATED_set_int64(ASN1_ENUMERATED *a, int64_t r);
  int ASN1_ENUMERATED_set(ASN1_ENUMERATED *a, long v);
 
  ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai);


More information about the openssl-commits mailing list