crypt32: Fix up decoding.
commit69698f9b44ce78b6e60e91e9664779e8a0e5383b
authorJuan Lang <juan_lang@yahoo.com>
Thu, 9 Feb 2006 11:09:28 +0000 (9 12:09 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 9 Feb 2006 11:09:28 +0000 (9 12:09 +0100)
tree20c7e8e96a62e8184785f37f4cb6dc3b3580629a
parent02c4956157033896077b4027834f11f8dcdb56f3
crypt32: Fix up decoding.
- don't use the no copy flag when decoding, the lifetime of the buffer
  to decode isn't guaranteed
- remove some extraneous ternary comparisons
- fix a comment
dlls/crypt32/cert.c