Rename internal ops-ssh.h header file to ssh2pgp.h to better reflect its

use.
This commit is contained in:
agc 2010-11-07 21:41:38 +00:00
parent 67149907d3
commit 2e1539dfc7
3 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@
#if defined(__NetBSD__)
__COPYRIGHT("@(#) Copyright (c) 2009 The NetBSD Foundation, Inc. All rights reserved.");
__RCSID("$NetBSD: netpgp.c,v 1.81 2010/11/07 08:39:59 agc Exp $");
__RCSID("$NetBSD: netpgp.c,v 1.82 2010/11/07 21:41:38 agc Exp $");
#endif
#include <sys/types.h>
@ -81,7 +81,7 @@ __RCSID("$NetBSD: netpgp.c,v 1.81 2010/11/07 08:39:59 agc Exp $");
#include "readerwriter.h"
#include "netpgpdefs.h"
#include "crypto.h"
#include "ops-ssh.h"
#include "ssh2pgp.h"
#include "defs.h"
/* read any gpg config file */

View File

@ -68,7 +68,7 @@
#include "netpgpsdk.h"
#include "crypto.h"
#include "netpgpdigest.h"
#include "ops-ssh.h"
#include "ssh2pgp.h"
/* structure for earching for constant strings */
typedef struct str_t {

View File

@ -26,8 +26,8 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef PGP_SSH_H_
#define PGP_SSH_H_
#ifndef SSH2PGP_H_
#define SSH2PGP_H_
#include "keyring.h"
#include "types.h"