Index: /trunk/include/iprt/asn1.h
===================================================================
--- /trunk/include/iprt/asn1.h	(revision 95583)
+++ /trunk/include/iprt/asn1.h	(revision 95584)
@@ -952,5 +952,5 @@
  * @remarks Currently assume unsigned number.
  */
-RTDECL(int) RTAsn1Integer_ToString(PRTASN1INTEGER pThis, char *pszBuf, size_t cbBuf, uint32_t fFlags, size_t *pcbActual);
+RTDECL(int) RTAsn1Integer_ToString(PCRTASN1INTEGER pThis, char *pszBuf, size_t cbBuf, uint32_t fFlags, size_t *pcbActual);
 
 RTASN1_IMPL_GEN_SEQ_OF_TYPEDEFS_AND_PROTOS(RTASN1SEQOFINTEGERS, RTASN1INTEGER, RTDECL, RTAsn1SeqOfIntegers);
Index: /trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp	(revision 95583)
+++ /trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp	(revision 95584)
@@ -340,5 +340,5 @@
 
 
-RTDECL(int) RTAsn1Integer_ToString(PRTASN1INTEGER pThis, char *pszBuf, size_t cbBuf, uint32_t fFlags, size_t *pcbActual)
+RTDECL(int) RTAsn1Integer_ToString(PCRTASN1INTEGER pThis, char *pszBuf, size_t cbBuf, uint32_t fFlags, size_t *pcbActual)
 {
     AssertReturn(RTAsn1Integer_IsPresent(pThis), VERR_INVALID_PARAMETER);
