VirtualBox

Ignore:
Timestamp:
Jul 10, 2023 9:12:31 PM (21 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158253
Message:

openssl-3.0.9: Fix for build issues. bugref:10484

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/openssl-3.0.9/gen-includes/openssl/cmp.h

    r94320 r100488  
    11/*
    22 * WARNING: do not edit!
    3  * Generated by Makefile from cmp.h.in
     3 * Generated by Makefile from include/openssl/cmp.h.in
    44 *
    5  * Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
     5 * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
    66 * Copyright Nokia 2007-2019
    77 * Copyright Siemens AG 2015-2019
     
    194194 *   }
    195195 */
    196 #  define OSSL_CMP_PKISTATUS_accepted 0
    197 #  define OSSL_CMP_PKISTATUS_grantedWithMods 1
    198 #  define OSSL_CMP_PKISTATUS_rejection 2
    199 #  define OSSL_CMP_PKISTATUS_waiting 3
    200 #  define OSSL_CMP_PKISTATUS_revocationWarning 4
     196#  define OSSL_CMP_PKISTATUS_request                -3
     197#  define OSSL_CMP_PKISTATUS_trans                  -2
     198#  define OSSL_CMP_PKISTATUS_unspecified            -1
     199#  define OSSL_CMP_PKISTATUS_accepted               0
     200#  define OSSL_CMP_PKISTATUS_grantedWithMods        1
     201#  define OSSL_CMP_PKISTATUS_rejection              2
     202#  define OSSL_CMP_PKISTATUS_waiting                3
     203#  define OSSL_CMP_PKISTATUS_revocationWarning      4
    201204#  define OSSL_CMP_PKISTATUS_revocationNotification 5
    202 #  define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
     205#  define OSSL_CMP_PKISTATUS_keyUpdateWarning       6
    203206
    204207typedef ASN1_INTEGER OSSL_CMP_PKISTATUS;
     
    440443int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
    441444                                     const unsigned char *ref, int len);
    442 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
    443                                   const int len);
     445int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
     446                                  const unsigned char *sec, int len);
    444447/* CMP message header and extra certificates: */
    445448int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
    446449int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
     450int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
    447451int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
    448452                                    STACK_OF(X509) *extraCertsOut);
     
    500504int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg);
    501505int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
     506int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
    502507OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid);
    503508OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette