I'd prefer to get away from using _snprintf, snprintf, or whatever. The only reason we use them (IIRC) is to limit the length of an output string. This can be done in other ways, such as using the string class. Since they would not be used in performance critical areas, maybe that's an option?
Jon > Does it make sense to have _snprintf() instead of snprintf()? I tried > defining the function extern, but it wasn't found in the library. I > suppose anther question would be, is it safe to use _snprintf() under > windows and snprintf() everywhere else? FWIW, _snprintf() is defined in > <stdio.h>.
smime.p7s
Description: application/pkcs7-signature
