shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Tue, 09 Nov 2004 20:53:15 +0100

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv5282

Modified Files:
        encticketpart.c 
Log Message:
Remove.


--- /home/cvs/shishi/lib/encticketpart.c        2004/11/09 19:39:20     1.35
+++ /home/cvs/shishi/lib/encticketpart.c        2004/11/09 19:53:14     1.36
@@ -68,29 +68,6 @@
 }
 
 /**
- * shishi_asn1ticket_get_enc_part_etype:
- * @handle: shishi handle as allocated by shishi_init().
- * @kdcrep: Ticket variable to get value from.
- * @etype: output variable that holds the value.
- *
- * Extract Ticket.enc-part.etype.
- *
- * Return value: Returns SHISHI_OK iff successful.
- **/
-int
-shishi_encticketpart_get_enc_part_etype (Shishi * handle,
-                                        Shishi_asn1 encticketpart,
-                                        int32_t * etype)
-{
-  int res;
-
-  res = shishi_asn1_read_int32 (handle, encticketpart,
-                               "enc-part.etype", etype);
-
-  return res;
-}
-
-/**
  * shishi_encticketpart_get_key:
  * @handle: shishi handle as allocated by shishi_init().
  * @encticketpart: input EncTicketPart variable.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]