]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - plugin/internal.h
Finalize changes for 3.3-1
[kerberos/krb5-strength.git] / plugin / internal.h
index 7132de0f2ca770bb57c3ba18b653d9b11fd338af..ab68bfd47628a54b0a8303c97273ce4057ef193d 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * Prototypes for the kadmin password strength checking plugin.
  *
- * Developed by Derrick Brashear and Ken Hornstein of Sine Nomine Associates,
- *     on behalf of Stanford University
+ * Developed by Daria Phoebe Brashear and Ken Hornstein of Sine Nomine
+ *     Associates, on behalf of Stanford University
  * Extensive modifications by Russ Allbery <eagle@eyrie.org>
+ * Copyright 2023 Russ Allbery <eagle@eyrie.org>
  * Copyright 2006-2007, 2009, 2012-2014
  *     The Board of Trustees of the Leland Stanford Junior University
  *
@@ -163,7 +164,7 @@ krb5_error_code strength_check_cracklib(krb5_context, krb5_pwqual_moddata,
  * requested and not available.
  */
 krb5_error_code strength_init_sqlite(krb5_context, krb5_pwqual_moddata);
-#ifdef HAVE_SQLITE
+#ifdef HAVE_SQLITE3
 krb5_error_code strength_check_sqlite(krb5_context, krb5_pwqual_moddata,
                                       const char *password);
 void strength_close_sqlite(krb5_context, krb5_pwqual_moddata);