X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fcrypt%2Fcrypt_des.h;h=96748b56307eedf7170b50fe5b495eb69d991070;hb=6f3ead0ae16deb9f0004b275e29a276c9712ee3c;hp=8ccbf8be39de000224e3988a4463f5952b99ae35;hpb=7ab1578d05f5d6790e218867158a28d9147419ec;p=musl diff --git a/src/crypt/crypt_des.h b/src/crypt/crypt_des.h index 8ccbf8be..96748b56 100644 --- a/src/crypt/crypt_des.h +++ b/src/crypt/crypt_des.h @@ -7,8 +7,8 @@ struct expanded_key { uint32_t l[16], r[16]; }; -void __des_setkey(const unsigned char *, struct expanded_key *); -void __do_des(uint32_t, uint32_t, uint32_t *, uint32_t *, - uint32_t, uint32_t, const struct expanded_key *); +hidden void __des_setkey(const unsigned char *, struct expanded_key *); +hidden void __do_des(uint32_t, uint32_t, uint32_t *, uint32_t *, + uint32_t, uint32_t, const struct expanded_key *); #endif