summaryrefslogtreecommitdiff
path: root/crypto/bio/bss_log.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-03-14 04:16:10 +0000
committerRichard Levitte <levitte@openssl.org>2000-03-14 04:16:10 +0000
commit008fee3838346cc97f779c04eec0061e336d2ee8 (patch)
treea37866634d2fd80c54d563d7abefabff33e9c0d1 /crypto/bio/bss_log.c
parent8824ec7cd514e0faed1c19c078c16fd1f5e3669c (diff)
downloadopenssl-new-008fee3838346cc97f779c04eec0061e336d2ee8.tar.gz
Typo corrected
Diffstat (limited to 'crypto/bio/bss_log.c')
-rw-r--r--crypto/bio/bss_log.c2
1 files changed, 1 insertions, 1 deletions
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;