]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - crypt_common.c
crypt: Rename decoding functions.
[paraslash.git] / crypt_common.c
index 235b8b8d3e398551fc28bfbc746349c5dc8f6f1c..2b2e06c169c64064db47c850e03c81cd309f6b8c 100644 (file)
@@ -85,7 +85,7 @@ static int check_ssh_key_header(const unsigned char *blob, int blen)
  *
  * \sa \ref uudecode().
  */
-int decode_ssh_key(const char *filename, unsigned char **blob,
+int decode_public_key(const char *filename, unsigned char **blob,
                size_t *decoded_size)
 {
        int ret, ret2;