~ubuntu-branches/ubuntu/trusty/keyutils/trusty-proposed

« back to all changes in this revision

Viewing changes to keyutils.c

  • Committer: Package Import Robot
  • Author(s): Luk Claes
  • Date: 2013-09-11 07:41:59 UTC
  • mfrom: (1.1.6) (10.2.12 sid)
  • Revision ID: package-import@ubuntu.com-20130911074159-mnbytesze44tqu4v
Tags: 1.5.6-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
}
243
243
 
244
244
 
 
245
long keyctl_invalidate(key_serial_t id)
 
246
{
 
247
        return keyctl(KEYCTL_INVALIDATE, id);
 
248
}
 
249
 
245
250
/*****************************************************************************/
246
251
/*
247
252
 * fetch key description into an allocated buffer