]> andersk Git - openssh.git/blobdiff - ssh-dss.h
- (djm) Merge OpenBSD changes:
[openssh.git] / ssh-dss.h
diff --git a/dsa.h b/ssh-dss.h
similarity index 89%
rename from dsa.h
rename to ssh-dss.h
index 252e7880beb598f79780a6e21662073087055cf7..7b376e82f1fded2bd40d3df6405d93c7dd27dc57 100644 (file)
--- a/dsa.h
+++ b/ssh-dss.h
 #ifndef DSA_H
 #define DSA_H
 
-Key    *dsa_key_from_blob(char *blob, int blen);
-int    dsa_make_key_blob(Key *key, unsigned char **blobp, unsigned int *lenp);
-
 int
-dsa_sign(
+ssh_dss_sign(
     Key *key,
     unsigned char **sigp, int *lenp,
     unsigned char *data, int datalen);
 
 int
-dsa_verify(
+ssh_dss_verify(
     Key *key,
     unsigned char *signature, int signaturelen,
     unsigned char *data, int datalen);
 
-Key *
-dsa_generate_key(unsigned int bits);
-
 #endif
This page took 0.131008 seconds and 4 git commands to generate.