Latest update
This commit is contained in:
+2
-2
@@ -94,7 +94,7 @@ static int fd_new(BIO *bi)
|
||||
bi->init = 0;
|
||||
bi->num = -1;
|
||||
bi->ptr = NULL;
|
||||
bi->flags = BIO_FLAGS_UPLINK; /* essentially redundant */
|
||||
bi->flags = BIO_FLAGS_UPLINK_INTERNAL; /* essentially redundant */
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@ static int fd_free(BIO *a)
|
||||
UP_close(a->num);
|
||||
}
|
||||
a->init = 0;
|
||||
a->flags = BIO_FLAGS_UPLINK;
|
||||
a->flags = BIO_FLAGS_UPLINK_INTERNAL;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user