Import LibreSSL v2.4.2 to vendor branch
[dragonfly.git] / crypto / libressl / apps / openssl / certhash_win.c
blob8238ff7c95afd5b6167c88fe6331fb320c896e85
1 /*
2 * Public domain
3 * certhash dummy implementation for platforms without symlinks
4 */
6 #include "apps.h"
8 int
9 certhash_main(int argc, char **argv)
11 fprintf(stderr, "certhash is not enabled on this platform\n");
12 return (1);