]> andersk Git - moira.git/commitdiff
add prototypes
authordanw <danw>
Thu, 5 Feb 1998 22:15:39 +0000 (22:15 +0000)
committerdanw <danw>
Thu, 5 Feb 1998 22:15:39 +0000 (22:15 +0000)
util/gdss/include/gdss.h

index b74afa0ee0badf2d59e2c876f8f68750be2f7af4..250944dbca1e0190461af2c2cf9e4e63d44aca6b 100644 (file)
@@ -2,9 +2,8 @@
  * Include file for GDSS The Generic Digital Signature Service.
  *
  */
-#ifdef SOLARIS
-#include <string.h>
-#endif
+
+#include <krb.h>
 
 /* Structures Needed */
 
@@ -36,3 +35,11 @@ typedef struct {
 #define GDSS_PAD       10      /* Maximum number of nulls to pad */
 #define GDSS_ESCAPE    0x20    /* Escape character for padding */
 #define GDSS_NULL      0x21    /* Psuedo Null character */
+
+/* GDSS Prototypes */
+int GDSS_Verify(unsigned char *Data, unsigned int DataLen,
+               unsigned char *Signature, SigInfo *aSigInfo);
+int GDSS_Sig_Size(void);
+int GDSS_Recompose(SigInfo *aSigInfo, unsigned char *signature);
+int GDSS_Sign(unsigned char *Data, unsigned int DataLen,
+             unsigned char *Signature);
This page took 0.121227 seconds and 5 git commands to generate.