From: Richard Levitte Date: Tue, 14 Mar 2000 04:16:10 +0000 (+0000) Subject: Typo corrected X-Git-Tag: OpenSSL_0_9_5a-beta1~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=008fee3838346cc97f779c04eec0061e336d2ee8;p=oweals%2Fopenssl.git Typo corrected --- 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;