If the pszProvName param of CryptEnumProviders is too small to hold
commit7aa82c80d482dfb6c3b84a09a9ded55c4e8919f3
authorJames Hawkins <truiken@gmail.com>
Fri, 13 Aug 2004 19:45:40 +0000 (13 19:45 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 13 Aug 2004 19:45:40 +0000 (13 19:45 +0000)
tree7daa918b6942d56779a4d501926094856e395bb1
parentfb50426533d4b571b71a995f1a199ecff5c7206a
If the pszProvName param of CryptEnumProviders is too small to hold
the provider name, SetLastError to ERROR_MORE_DATA.
dlls/advapi32/crypt.c
dlls/advapi32/tests/crypt.c