-/* $OpenBSD: apps.c,v 1.67 2014/07/14 00:35:10 deraadt Exp $ */
+/* $OpenBSD: apps.c,v 1.68 2014/07/19 03:40:26 lteo Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
}
} else if (!strncmp(arg, "fd:", 3)) {
BIO *btmp;
- i = strtonum(arg + 3, 1, INT_MAX, &errstr);
+ i = strtonum(arg + 3, 0, INT_MAX, &errstr);
if (errstr) {
BIO_printf(err,
"Invalid file descriptor %s: %s\n",