diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
commit | 3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch) | |
tree | 16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/photurisd/identity.h | |
parent | c021608bd50b74de1b8074e336f7adad03b1c7d8 (diff) |
rm trailing whitespace
Diffstat (limited to 'sbin/photurisd/identity.h')
-rw-r--r-- | sbin/photurisd/identity.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/photurisd/identity.h b/sbin/photurisd/identity.h index b5032f8e7a3..c4d7adf09a1 100644 --- a/sbin/photurisd/identity.h +++ b/sbin/photurisd/identity.h @@ -105,7 +105,7 @@ int get_secrets(struct stateob *st, int mode); int choose_identity(struct stateob *st, u_int8_t *packet, u_int16_t *size, u_int8_t *attributes, u_int16_t attribsize); u_int16_t get_identity_verification_size(struct stateob *st, u_int8_t *choice); -int create_identity_verification(struct stateob *st, u_int8_t *buffer, +int create_identity_verification(struct stateob *st, u_int8_t *buffer, u_int8_t *packet, u_int16_t size); int verify_identity_verification(struct stateob *st, u_int8_t *buffer, u_int8_t *packet, u_int16_t size); @@ -114,8 +114,8 @@ struct idxform *get_hash_id(int id); struct idxform *get_hash(enum hashes hashtype); int create_verification_key(struct stateob *, u_int8_t *, u_int16_t *, int); -int idsign(struct stateob *, struct idxform *, u_int8_t *, +int idsign(struct stateob *, struct idxform *, u_int8_t *, u_int8_t *, u_int16_t); -int idverify(struct stateob *, struct idxform *, u_int8_t *, +int idverify(struct stateob *, struct idxform *, u_int8_t *, u_int8_t *, u_int16_t); #endif |