Changeset 95584 in vbox
- Timestamp:
- Jul 10, 2022 2:09:21 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/iprt/asn1.h (modified) (1 diff)
-
src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asn1.h
r93115 r95584 952 952 * @remarks Currently assume unsigned number. 953 953 */ 954 RTDECL(int) RTAsn1Integer_ToString(P RTASN1INTEGER pThis, char *pszBuf, size_t cbBuf, uint32_t fFlags, size_t *pcbActual);954 RTDECL(int) RTAsn1Integer_ToString(PCRTASN1INTEGER pThis, char *pszBuf, size_t cbBuf, uint32_t fFlags, size_t *pcbActual); 955 955 956 956 RTASN1_IMPL_GEN_SEQ_OF_TYPEDEFS_AND_PROTOS(RTASN1SEQOFINTEGERS, RTASN1INTEGER, RTDECL, RTAsn1SeqOfIntegers); -
trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp
r93115 r95584 340 340 341 341 342 RTDECL(int) RTAsn1Integer_ToString(P RTASN1INTEGER pThis, char *pszBuf, size_t cbBuf, uint32_t fFlags, size_t *pcbActual)342 RTDECL(int) RTAsn1Integer_ToString(PCRTASN1INTEGER pThis, char *pszBuf, size_t cbBuf, uint32_t fFlags, size_t *pcbActual) 343 343 { 344 344 AssertReturn(RTAsn1Integer_IsPresent(pThis), VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.

