Ignore:
Timestamp:
Feb 25, 2007 3:38:32 PM (17 years ago)
Author:
bennylp
Message:

Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, and HMAC-SHA1 encryption

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/build/pjlib_util.vcproj

    r992 r1001  
    264264                        </File> 
    265265                        <File 
     266                                RelativePath="..\src\pjlib-util\hmac_md5.c" 
     267                                > 
     268                        </File> 
     269                        <File 
     270                                RelativePath="..\src\pjlib-util\hmac_sha1.c" 
     271                                > 
     272                        </File> 
     273                        <File 
    266274                                RelativePath="..\src\pjlib-util\md5.c" 
    267275                                > 
     
    378386                        </File> 
    379387                        <File 
     388                                RelativePath="..\src\pjlib-util\sha1.c" 
     389                                > 
     390                        </File> 
     391                        <File 
    380392                                RelativePath="..\src\pjlib-util\string.c" 
    381393                                > 
     
    400412                        </File> 
    401413                        <File 
     414                                RelativePath="..\src\pjlib-util\stun_endpoint.c" 
     415                                > 
     416                        </File> 
     417                        <File 
     418                                RelativePath="..\src\pjlib-util\stun_msg.c" 
     419                                > 
     420                        </File> 
     421                        <File 
     422                                RelativePath="..\src\pjlib-util\stun_msg_dump.c" 
     423                                > 
     424                        </File> 
     425                        <File 
     426                                RelativePath="..\src\pjlib-util\stun_server.c" 
     427                                > 
     428                        </File> 
     429                        <File 
    402430                                RelativePath="..\src\pjlib-util\stun_simple.c" 
    403431                                > 
     
    405433                        <File 
    406434                                RelativePath="..\src\pjlib-util\stun_simple_client.c" 
     435                                > 
     436                        </File> 
     437                        <File 
     438                                RelativePath="..\src\pjlib-util\stun_transaction.c" 
    407439                                > 
    408440                        </File> 
     
    473505                        </File> 
    474506                        <File 
     507                                RelativePath="..\include\pjlib-util\hmac_md5.h" 
     508                                > 
     509                        </File> 
     510                        <File 
     511                                RelativePath="..\include\pjlib-util\hmac_sha1.h" 
     512                                > 
     513                        </File> 
     514                        <File 
    475515                                RelativePath="..\include\pjlib-util\md5.h" 
    476516                                > 
     
    497537                        </File> 
    498538                        <File 
     539                                RelativePath="..\include\pjlib-util\sha1.h" 
     540                                > 
     541                        </File> 
     542                        <File 
    499543                                RelativePath="..\include\pjlib-util\string.h" 
    500544                                > 
    501545                        </File> 
    502546                        <File 
     547                                RelativePath="..\include\pjlib-util\stun_doc.h" 
     548                                > 
     549                        </File> 
     550                        <File 
     551                                RelativePath="..\include\pjlib-util\stun_endpoint.h" 
     552                                > 
     553                        </File> 
     554                        <File 
     555                                RelativePath="..\include\pjlib-util\stun_msg.h" 
     556                                > 
     557                        </File> 
     558                        <File 
     559                                RelativePath="..\include\pjlib-util\stun_server.h" 
     560                                > 
     561                        </File> 
     562                        <File 
    503563                                RelativePath="..\include\pjlib-util\stun_simple.h" 
     564                                > 
     565                        </File> 
     566                        <File 
     567                                RelativePath="..\include\pjlib-util\stun_transaction.h" 
    504568                                > 
    505569                        </File> 
Note: See TracChangeset for help on using the changeset viewer.