summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/kadm5/sample_passwd_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/kadm5/sample_passwd_check.c')
-rw-r--r--crypto/heimdal/lib/kadm5/sample_passwd_check.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/kadm5/sample_passwd_check.c b/crypto/heimdal/lib/kadm5/sample_passwd_check.c
index 4ff5122..1a21c10 100644
--- a/crypto/heimdal/lib/kadm5/sample_passwd_check.c
+++ b/crypto/heimdal/lib/kadm5/sample_passwd_check.c
@@ -30,12 +30,14 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
-/* $Id: sample_passwd_check.c,v 1.1 1999/09/10 10:11:03 assar Exp $ */
+/* $Id: sample_passwd_check.c 21901 2007-08-10 06:05:35Z lha $ */
#include <string.h>
#include <stdlib.h>
#include <krb5.h>
+const char* check_length(krb5_context, krb5_principal, krb5_data *);
+
/* specify the api-version this library conforms to */
int version = 0;
OpenPOWER on IntegriCloud