r19604: This is a massive commit, and I appologise in advance for it's size.
[kai/samba.git] / source4 / heimdal / lib / asn1 / der_put.c
index b006f233ca62ab8ab9395fc74c8bf61837501782..2fe90df9a9300c319509e6fa7929e2b55bcfcf56 100644 (file)
@@ -335,6 +335,9 @@ der_put_utctime (unsigned char *p, size_t len,
     return 0;
 }
 
+/* This API is not what you might expect.  p is a pointer to the *end*
+ * (last byte) of the buffer, of length len */
+
 int
 der_put_oid (unsigned char *p, size_t len,
             const heim_oid *data, size_t *size)