Changeset 51800 in vbox
- Timestamp:
- Jul 2, 2014 8:49:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r51798 r51800 2437 2437 * @{ */ 2438 2438 /** OpenSSL failed to initialize the digest algorithm contextn. */ 2439 #define VERR_CR_DIGEST_OSSL_DIGEST_INIT_ERROR (-2420 1)2439 #define VERR_CR_DIGEST_OSSL_DIGEST_INIT_ERROR (-24200) 2440 2440 /** OpenSSL failed to clone the digest algorithm contextn. */ 2441 #define VERR_CR_DIGEST_OSSL_DIGEST_CTX_COPY_ERROR (-2420 2)2441 #define VERR_CR_DIGEST_OSSL_DIGEST_CTX_COPY_ERROR (-24201) 2442 2442 /** @} */ 2443 2443
Note:
See TracChangeset
for help on using the changeset viewer.