#41068: srtp: Undefined symbols: _aes_icm_advance_ismacryp ---------------------------------+------------------- Reporter: francisco.samuel@… | Owner: aeh@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: srtp | ---------------------------------+------------------- Comment (by g.korovkin@…): To fix this issue - srtp-1.4.4 should be patched before build {{{ gkorovkin@gkorovkin-pm:srtp$diff -u ./crypto/cipher/aes_icm.c.orig ./crypto/cipher/aes_icm.c --- ./crypto/cipher/aes_icm.c.orig 2014-05-10 02:29:02.000000000 +0400 +++ ./crypto/cipher/aes_icm.c 2014-05-10 02:29:16.000000000 +0400 @@ -283,7 +283,7 @@ * this is an internal, hopefully inlined function */ -inline void +void aes_icm_advance_ismacryp(aes_icm_ctx_t *c, uint8_t forIsmacryp) { /* fill buffer with new keystream */ v128_copy(&c->keystream_buffer, &c->counter); gkorovkin@gkorovkin-pm:srtp$ }}} -- Ticket URL: <https://trac.macports.org/ticket/41068#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X