updates.
[silc.git] / lib / silcasn1 / silcasn1_decode.c
index 5fcfb4c7ec40e1e104969d81c31d8b8c241198b8..efb1534f63e4afb5d7bcb997abaa747942da9dd5 100644 (file)
@@ -310,7 +310,8 @@ silc_asn1_decoder(SilcAsn1 asn1, SilcStack stack1, SilcAsn1Tag type,
       }
     }
 
-    /* Short integer is actually big integer, so handle it correctly */
+    /* Short integer is actually big integer in the BER data, so handle
+       it correctly */
     if (type == SILC_ASN1_TAG_SHORT_INTEGER && type == tag)
       tag = SILC_ASN1_TAG_INTEGER;