summaryrefslogtreecommitdiff
path: root/src/crypto/bio/fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/bio/fd.c')
-rw-r--r--src/crypto/bio/fd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/bio/fd.c b/src/crypto/bio/fd.c
index 4e9eeacf..37840a7e 100644
--- a/src/crypto/bio/fd.c
+++ b/src/crypto/bio/fd.c
@@ -138,7 +138,7 @@ BIO *BIO_new_fd(int fd, int close_flag) {
}
static int fd_new(BIO *bio) {
- /* num is used to store the file descriptor. */
+ // num is used to store the file descriptor.
bio->num = -1;
return 1;
}