VirtualBox

Changeset 73769 in vbox for trunk/include


Ignore:
Timestamp:
Aug 19, 2018 9:37:35 PM (6 years ago)
Author:
vboxsync
Message:

iprt/err.h: Fix duplicate value for different status code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r73749 r73769  
    27792779#define VERR_CR_KEY_PASSWORD_ENCODING               (-23811)
    27802780/** EVP_DecryptInit_ex failed. */
    2781 #define VERR_CR_KEY_OSSL_DECRYPT_INIT_ERROR         (-23811)
     2781#define VERR_CR_KEY_OSSL_DECRYPT_INIT_ERROR         (-23812)
    27822782/** Key decryption failed, perhaps due to an incorrect password. */
    2783 #define VERR_CR_KEY_DECRYPTION_FAILED               (-23812)
     2783#define VERR_CR_KEY_DECRYPTION_FAILED               (-23813)
    27842784/** The key was decrypted. */
    2785 #define VINF_CR_KEY_WAS_DECRYPTED                   (23813)
     2785#define VINF_CR_KEY_WAS_DECRYPTED                   (23814)
    27862786/** @} */
    27872787
Note: See TracChangeset for help on using the changeset viewer.

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