From 008fee3838346cc97f779c04eec0061e336d2ee8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 14 Mar 2000 04:16:10 +0000 Subject: [PATCH] Typo corrected --- crypto/bio/bss_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c index 50863fb9b2..fcb0a13229 100644 --- a/crypto/bio/bss_log.c +++ b/crypto/bio/bss_log.c @@ -262,7 +262,7 @@ static void xopenlog(BIO* bp, const char* name, int level) VMS_OPC_target = level; } -statis void xsyslog(BIO *bp, int priority, const char *string) +static void xsyslog(BIO *bp, int priority, const char *string) { struct descriptor_s opc_dsc; struct opcdef *opcdef_p; -- 2.25.1