summary refs log tree commit diff stats
path: root/src/common/scram.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/scram.c')
-rw-r--r--src/common/scram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/scram.c b/src/common/scram.c
index b9f2beb0..b39199de 100644
--- a/src/common/scram.c
+++ b/src/common/scram.c
@@ -59,7 +59,7 @@ scram_session
 }
 
 void
-scram_free_session (scram_session *session)
+scram_session_free (scram_session *session)
 {
 	if (session == NULL)
 	{