Don't zap AES CBC IV, when decrypting truncated content in place.
[openssl.git] / crypto / ia64cpuid.S
1 // Works on all IA-64 platforms: Linux, HP-UX, Win64i...
2 // On Win64i compile with ias.exe.
3 .text
4 .global OPENSSL_rdtsc#
5 .proc   OPENSSL_rdtsc#
6 OPENSSL_rdtsc:
7         mov     r8=ar.itc
8         br.ret  b0
9 .endp   OPENSSL_rdtsc#