=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfile.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/ssh/authfile.h 2019/09/03 08:30:47 1.23 +++ src/usr.bin/ssh/authfile.h 2020/01/02 22:38:33 1.24 @@ -1,4 +1,4 @@ -/* $OpenBSD: authfile.h,v 1.23 2019/09/03 08:30:47 djm Exp $ */ +/* $OpenBSD: authfile.h,v 1.24 2020/01/02 22:38:33 djm Exp $ */ /* * Copyright (c) 2000, 2013 Markus Friedl. All rights reserved. @@ -49,5 +49,7 @@ int sshkey_in_file(struct sshkey *, const char *, int, int); int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file); int sshkey_advance_past_options(char **cpp); +int sshkey_save_public(const struct sshkey *key, const char *path, + const char *comment); #endif